diff options
Diffstat (limited to 'arch/powerpc/include/asm/reg.h')
-rw-r--r-- | arch/powerpc/include/asm/reg.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/reg.h b/arch/powerpc/include/asm/reg.h index 97d37278ea2d..3d5c9dc8917a 100644 --- a/arch/powerpc/include/asm/reg.h +++ b/arch/powerpc/include/asm/reg.h | |||
@@ -249,6 +249,8 @@ | |||
249 | #define LPCR_RMLS 0x1C000000 /* impl dependent rmo limit sel */ | 249 | #define LPCR_RMLS 0x1C000000 /* impl dependent rmo limit sel */ |
250 | #define LPCR_RMLS_SH (63-37) | 250 | #define LPCR_RMLS_SH (63-37) |
251 | #define LPCR_ILE 0x02000000 /* !HV irqs set MSR:LE */ | 251 | #define LPCR_ILE 0x02000000 /* !HV irqs set MSR:LE */ |
252 | #define LPCR_AIL_0 0x00000000 /* MMU off exception offset 0x0 */ | ||
253 | #define LPCR_AIL_3 0x01800000 /* MMU on exception offset 0xc00...4xxx */ | ||
252 | #define LPCR_PECE 0x00007000 /* powersave exit cause enable */ | 254 | #define LPCR_PECE 0x00007000 /* powersave exit cause enable */ |
253 | #define LPCR_PECE0 0x00004000 /* ext. exceptions can cause exit */ | 255 | #define LPCR_PECE0 0x00004000 /* ext. exceptions can cause exit */ |
254 | #define LPCR_PECE1 0x00002000 /* decrementer can cause exit */ | 256 | #define LPCR_PECE1 0x00002000 /* decrementer can cause exit */ |
@@ -1030,6 +1032,7 @@ | |||
1030 | #define PVR_970MP 0x0044 | 1032 | #define PVR_970MP 0x0044 |
1031 | #define PVR_970GX 0x0045 | 1033 | #define PVR_970GX 0x0045 |
1032 | #define PVR_POWER7p 0x004A | 1034 | #define PVR_POWER7p 0x004A |
1035 | #define PVR_POWER8 0x004B | ||
1033 | #define PVR_BE 0x0070 | 1036 | #define PVR_BE 0x0070 |
1034 | #define PVR_PA6T 0x0090 | 1037 | #define PVR_PA6T 0x0090 |
1035 | 1038 | ||