Index: arch/ppc32/include/asm/spr.h
===================================================================
--- arch/ppc32/include/asm/spr.h	(revision 37c8975a5116482f4bdd559722bb5883196b0b85)
+++ arch/ppc32/include/asm/spr.h	(revision f7ea8fab193904c8fb98dc5ae80e55c0da346a8f)
@@ -30,6 +30,6 @@
 #define __ppc32_SPR_H__
 
-#define MSR_DR (1<<27)
-#define MSR_IR (1<<26)
+#define MSR_IR (1 << 4)
+#define MSR_DR (1 << 5)
 
 #define SPRN_SRR0  0x1a
