summaryrefslogtreecommitdiff
path: root/include/asm-ppc/processor.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2007-08-13 22:00:25 +0200
committerWolfgang Denk <wd@denx.de>2007-08-13 22:00:25 +0200
commit8a92b7c60b40ff79e2cc96e13aeac2a531dde473 (patch)
tree8a1d8883fa6868b8c0acd529b49fd5c00b425301 /include/asm-ppc/processor.h
parentbe5d72d10d47609326226225181e301fb9a33b58 (diff)
parent8e2dd87eee01bb1b83beab7caf22b851c5cafb2c (diff)
Merge with /home/wd/git/u-boot/custodian/u-boot-mpc86xx
Diffstat (limited to 'include/asm-ppc/processor.h')
-rw-r--r--include/asm-ppc/processor.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/asm-ppc/processor.h b/include/asm-ppc/processor.h
index 71e2e847a4..9be5a279e2 100644
--- a/include/asm-ppc/processor.h
+++ b/include/asm-ppc/processor.h
@@ -464,7 +464,8 @@
#define ESR_ST 0x00800000 /* Store Operation */
#if defined(CONFIG_MPC86xx)
-#define SPRN_MSSCRO 0x3f6
+#define SPRN_MSSCR0 0x3f6
+#define SPRN_MSSSR0 0x3f7
#endif
@@ -531,7 +532,7 @@
#define LR SPRN_LR
#define MBAR SPRN_MBAR /* System memory base address */
#if defined(CONFIG_MPC86xx)
-#define MSSCR0 SPRN_MSSCRO
+#define MSSCR0 SPRN_MSSCR0
#endif
#if defined(CONFIG_E500) || defined(CONFIG_MPC86xx)
#define PIR SPRN_PIR