[patch 1/4] POWERPC: Add Cell SPRN bookmark register
Geoff Levand
geoffrey.levand at am.sony.com
Wed Jan 9 17:35:28 EST 2008
Add a definition for the Cell SPRN bookmark register
to asm-powerpc/regs.h
Signed-off-by: Geoff Levand <geoffrey.levand at am.sony.com>
---
Needed for PS3's lpm driver.
include/asm-powerpc/reg.h | 1 +
1 file changed, 1 insertion(+)
--- a/include/asm-powerpc/reg.h
+++ b/include/asm-powerpc/reg.h
@@ -553,6 +553,7 @@
#define SPRN_PA6T_BTCR 978 /* Breakpoint and Tagging Control Register */
#define SPRN_PA6T_IMAAT 979 /* Instruction Match Array Action Table */
#define SPRN_PA6T_PCCR 1019 /* Power Counter Control Register */
+#define SPRN_BKMK 1020 /* Cell Bookmark Register */
#define SPRN_PA6T_RPCCR 1021 /* Retire PC Trace Control Register */
More information about the Linuxppc-dev
mailing list