]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
Get the thing to compile again ...
authorRalf Baechle <ralf@linux-mips.org>
Tue, 21 Jun 2005 13:52:33 +0000 (13:52 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Sat, 29 Oct 2005 18:31:28 +0000 (19:31 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
include/asm-mips/mipsregs.h

index dd494cae4a44e11de9011362bc869009eac9011c..2a56929df9c2188bfeb606e146d98b1883e9749c 100644 (file)
 #define CONF_SM                        (_ULCAST_(1) << 16)
 #define CONF_SC                        (_ULCAST_(1) << 17)
 #define CONF_EW                        (_ULCAST_(3) << 18)
-#define CONF_SB                        (_ULCAST_(3) << 22)
 #define CONF_EP                        (_ULCAST_(15)<< 24)
 #define CONF_EC                        (_ULCAST_(7) << 28)
 #define CONF_CM                        (_ULCAST_(1) << 31)
 /* Bits specific to the R4xx0.  */
 #define R4K_CONF_SW            (_ULCAST_(1) << 20)
 #define R4K_CONF_SS            (_ULCAST_(1) << 21)
+#define R4K_CONF_SB            (_ULCAST_(3) << 22)
 
 /* Bits specific to the R5000.  */
 #define R5K_CONF_SE            (_ULCAST_(1) << 12)