diff options
author | Geoff Levand <geoffrey.levand@am.sony.com> | 2008-01-18 15:29:47 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-01-25 06:52:51 -0500 |
commit | cda563fb9ca2c26ff720110b25e96205b71d3bae (patch) | |
tree | 31af3cb25b1447b6b4c4addb4760453d71920664 /include/asm-powerpc | |
parent | 496b010e1e70a9b4286fa34f19523f24a194f119 (diff) |
[POWERPC] Add definition of Cell bookmark SPR
Add a definition for the Cell bookmark SPR to asm-powerpc/regs.h.
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-powerpc')
-rw-r--r-- | include/asm-powerpc/reg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-powerpc/reg.h b/include/asm-powerpc/reg.h index 1f685047c6ff..2408a29507e5 100644 --- a/include/asm-powerpc/reg.h +++ b/include/asm-powerpc/reg.h | |||
@@ -553,6 +553,7 @@ | |||
553 | #define SPRN_PA6T_BTCR 978 /* Breakpoint and Tagging Control Register */ | 553 | #define SPRN_PA6T_BTCR 978 /* Breakpoint and Tagging Control Register */ |
554 | #define SPRN_PA6T_IMAAT 979 /* Instruction Match Array Action Table */ | 554 | #define SPRN_PA6T_IMAAT 979 /* Instruction Match Array Action Table */ |
555 | #define SPRN_PA6T_PCCR 1019 /* Power Counter Control Register */ | 555 | #define SPRN_PA6T_PCCR 1019 /* Power Counter Control Register */ |
556 | #define SPRN_BKMK 1020 /* Cell Bookmark Register */ | ||
556 | #define SPRN_PA6T_RPCCR 1021 /* Retire PC Trace Control Register */ | 557 | #define SPRN_PA6T_RPCCR 1021 /* Retire PC Trace Control Register */ |
557 | 558 | ||
558 | 559 | ||