Commit e20368d5 authored by Ralf Baechle's avatar Ralf Baechle

Get the thing to compile again ...

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent c6ad7b7d
...@@ -425,7 +425,6 @@ ...@@ -425,7 +425,6 @@
#define CONF_SM (_ULCAST_(1) << 16) #define CONF_SM (_ULCAST_(1) << 16)
#define CONF_SC (_ULCAST_(1) << 17) #define CONF_SC (_ULCAST_(1) << 17)
#define CONF_EW (_ULCAST_(3) << 18) #define CONF_EW (_ULCAST_(3) << 18)
#define CONF_SB (_ULCAST_(3) << 22)
#define CONF_EP (_ULCAST_(15)<< 24) #define CONF_EP (_ULCAST_(15)<< 24)
#define CONF_EC (_ULCAST_(7) << 28) #define CONF_EC (_ULCAST_(7) << 28)
#define CONF_CM (_ULCAST_(1) << 31) #define CONF_CM (_ULCAST_(1) << 31)
...@@ -433,6 +432,7 @@ ...@@ -433,6 +432,7 @@
/* Bits specific to the R4xx0. */ /* Bits specific to the R4xx0. */
#define R4K_CONF_SW (_ULCAST_(1) << 20) #define R4K_CONF_SW (_ULCAST_(1) << 20)
#define R4K_CONF_SS (_ULCAST_(1) << 21) #define R4K_CONF_SS (_ULCAST_(1) << 21)
#define R4K_CONF_SB (_ULCAST_(3) << 22)
/* Bits specific to the R5000. */ /* Bits specific to the R5000. */
#define R5K_CONF_SE (_ULCAST_(1) << 12) #define R5K_CONF_SE (_ULCAST_(1) << 12)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment