diff options
Diffstat (limited to 'arch/powerpc/include')
-rw-r--r-- | arch/powerpc/include/asm/reg.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/reg.h b/arch/powerpc/include/asm/reg.h index 1a36b8ede417..2189f8f2ca88 100644 --- a/arch/powerpc/include/asm/reg.h +++ b/arch/powerpc/include/asm/reg.h | |||
@@ -271,6 +271,10 @@ | |||
271 | #define SPRN_HSRR1 0x13B /* Hypervisor Save/Restore 1 */ | 271 | #define SPRN_HSRR1 0x13B /* Hypervisor Save/Restore 1 */ |
272 | #define SPRN_IC 0x350 /* Virtual Instruction Count */ | 272 | #define SPRN_IC 0x350 /* Virtual Instruction Count */ |
273 | #define SPRN_VTB 0x351 /* Virtual Time Base */ | 273 | #define SPRN_VTB 0x351 /* Virtual Time Base */ |
274 | #define SPRN_PMICR 0x354 /* Power Management Idle Control Reg */ | ||
275 | #define SPRN_PMSR 0x355 /* Power Management Status Reg */ | ||
276 | #define SPRN_PMCR 0x374 /* Power Management Control Register */ | ||
277 | |||
274 | /* HFSCR and FSCR bit numbers are the same */ | 278 | /* HFSCR and FSCR bit numbers are the same */ |
275 | #define FSCR_TAR_LG 8 /* Enable Target Address Register */ | 279 | #define FSCR_TAR_LG 8 /* Enable Target Address Register */ |
276 | #define FSCR_EBB_LG 7 /* Enable Event Based Branching */ | 280 | #define FSCR_EBB_LG 7 /* Enable Event Based Branching */ |