diff options
Diffstat (limited to 'arch/powerpc/include/asm/reg.h')
-rw-r--r-- | arch/powerpc/include/asm/reg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/reg.h b/arch/powerpc/include/asm/reg.h index e5d2e0bc7e03..29de0152878f 100644 --- a/arch/powerpc/include/asm/reg.h +++ b/arch/powerpc/include/asm/reg.h | |||
@@ -215,6 +215,7 @@ | |||
215 | #define SPRN_TEXASR 0x82 /* Transaction EXception & Summary */ | 215 | #define SPRN_TEXASR 0x82 /* Transaction EXception & Summary */ |
216 | #define TEXASR_FS __MASK(63-36) /* Transaction Failure Summary */ | 216 | #define TEXASR_FS __MASK(63-36) /* Transaction Failure Summary */ |
217 | #define SPRN_TEXASRU 0x83 /* '' '' '' Upper 32 */ | 217 | #define SPRN_TEXASRU 0x83 /* '' '' '' Upper 32 */ |
218 | #define TEXASR_FS __MASK(63-36) /* TEXASR Failure Summary */ | ||
218 | #define SPRN_TFHAR 0x80 /* Transaction Failure Handler Addr */ | 219 | #define SPRN_TFHAR 0x80 /* Transaction Failure Handler Addr */ |
219 | #define SPRN_CTRLF 0x088 | 220 | #define SPRN_CTRLF 0x088 |
220 | #define SPRN_CTRLT 0x098 | 221 | #define SPRN_CTRLT 0x098 |