Merge tag 'powerpc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc...
[platform/kernel/linux-starfive.git] / arch / powerpc / include / asm / reg.h
index cb02d32..fc879fd 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 */