Merge tag 'microblaze-v5.6-rc1' of git://git.monstr.eu/linux-2.6-microblaze
[sfrench/cifs-2.6.git] / arch / mips / include / asm / mipsregs.h
index 0d5a3098869799bbce9021536532731cb0353645..796fe47cfd1737994923aecff019c0bfea09274a 100644 (file)
 /*
  * Bits 22:20 of the FPU Status Register will be read as 0,
  * and should be written as zero.
+ * MAC2008 was removed in Release 5 so we still treat it as
+ * reserved.
  */
 #define FPU_CSR_RSVD   (_ULCAST_(7) << 20)
 
+#define FPU_CSR_MAC2008        (_ULCAST_(1) << 20)
 #define FPU_CSR_ABS2008        (_ULCAST_(1) << 19)
 #define FPU_CSR_NAN2008        (_ULCAST_(1) << 18)