Merge tag 'v4.11-rc1' into regulator-arizona
[linux-2.6-block.git] / arch / powerpc / include / asm / reg.h
index cb02d32db14789acbb682ef7045678f4313a1918..fc879fd6bdaed2456c0d80f2061ad7286d0db111 100644 (file)
 #define SPRN_IBAT7U    0x236           /* Instruction BAT 7 Upper Register */
 #define SPRN_ICMP      0x3D5           /* Instruction TLB Compare Register */
 #define SPRN_ICTC      0x3FB   /* Instruction Cache Throttling Control Reg */
+#ifndef SPRN_ICTRL
 #define SPRN_ICTRL     0x3F3   /* 1011 7450 icache and interrupt ctrl */
+#endif
 #define ICTRL_EICE     0x08000000      /* enable icache parity errs */
 #define ICTRL_EDC      0x04000000      /* enable dcache parity errs */
 #define ICTRL_EICP     0x00000100      /* enable icache par. check */