powerpc: permanently include 8xx registers in reg.h
authorChristophe Leroy <christophe.leroy@c-s.fr>
Thu, 29 Aug 2019 08:45:12 +0000 (08:45 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 18 Nov 2019 11:27:52 +0000 (22:27 +1100)
Most 8xx registers have specific names, so just include
reg_8xx.h all the time in reg.h in order to have them defined
even when CONFIG_PPC_8xx is not selected. This will avoid
the need for #ifdefs in C code.

Guard SPRN_ICTRL in an #ifdef CONFIG_PPC_8xx as this register
has same name but different meaning and different spr number as
another register in the mpc7450.

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/dd82934ad91aab607d0eb7e626c14e6ac0d654eb.1567068137.git.christophe.leroy@c-s.fr
arch/powerpc/include/asm/nohash/32/kup-8xx.h
arch/powerpc/include/asm/reg.h
arch/powerpc/include/asm/reg_8xx.h

index 1c3133b5f86aa3a0166d5e97a2b80d3402c48589..1006a427e99cce35710a901a83749d2b7771a9a9 100644 (file)
@@ -3,6 +3,7 @@
 #define _ASM_POWERPC_KUP_8XX_H_
 
 #include <asm/bug.h>
+#include <asm/mmu.h>
 
 #ifdef CONFIG_PPC_KUAP
 
index f3f368819f9c0f532f622dab5349b109977fa93d..b7faf6c781a730db348dac2a19a0f1181abf30fa 100644 (file)
@@ -25,9 +25,7 @@
 #include <asm/reg_fsl_emb.h>
 #endif
 
-#ifdef CONFIG_PPC_8xx
 #include <asm/reg_8xx.h>
-#endif /* CONFIG_PPC_8xx */
 
 #define MSR_SF_LG      63              /* Enable 64 bit mode */
 #define MSR_ISF_LG     61              /* Interrupt 64b mode valid on 630 */
index 7192eece6c3e1f9a10f59b83cc90e39d7a33148a..07df35ee8cbcfeefd737fe5a0d0d66dcfe32b614 100644 (file)
@@ -5,8 +5,6 @@
 #ifndef _ASM_POWERPC_REG_8xx_H
 #define _ASM_POWERPC_REG_8xx_H
 
-#include <asm/mmu.h>
-
 /* Cache control on the MPC8xx is provided through some additional
  * special purpose registers.
  */
@@ -38,7 +36,9 @@
 #define SPRN_CMPF      153
 #define SPRN_LCTRL1    156
 #define SPRN_LCTRL2    157
+#ifdef CONFIG_PPC_8xx
 #define SPRN_ICTRL     158
+#endif
 #define SPRN_BAR       159
 
 /* Commands.  Only the first few are available to the instruction cache.