MIPS: Move definition of DC bit to mipsregs.h
[linux-2.6-block.git] / arch / mips / include / asm / mipsregs.h
index e43aca183c9918d4138f000c4a385659f8523eae..af36d2be4d0dc4d1d4780c15025ad40d201decdd 100644 (file)
 #define CAUSEF_IV              (_ULCAST_(1)   << 23)
 #define CAUSEB_PCI             26
 #define CAUSEF_PCI             (_ULCAST_(1)   << 26)
+#define CAUSEB_DC              27
+#define CAUSEF_DC              (_ULCAST_(1)   << 27)
 #define CAUSEB_CE              28
 #define CAUSEF_CE              (_ULCAST_(3)   << 28)
 #define CAUSEB_TI              30