Browse Source

powerpc: clean inclusions of asm/feature-fixups.h

files not using feature fixup don't need asm/feature-fixups.h
files using feature fixup need asm/feature-fixups.h

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Christophe Leroy 7 years ago
parent
commit
2c86cd188f
49 changed files with 45 additions and 4 deletions
  1. 0 1
      arch/powerpc/include/asm/cputable.h
  2. 1 0
      arch/powerpc/include/asm/dbell.h
  3. 0 1
      arch/powerpc/include/asm/dt_cpu_ftrs.h
  4. 1 0
      arch/powerpc/include/asm/exception-64s.h
  5. 0 1
      arch/powerpc/include/asm/firmware.h
  6. 2 0
      arch/powerpc/include/asm/kvm_booke_hv_asm.h
  7. 0 1
      arch/powerpc/include/asm/mmu.h
  8. 1 0
      arch/powerpc/include/asm/ppc_asm.h
  9. 1 0
      arch/powerpc/include/asm/reg.h
  10. 1 0
      arch/powerpc/kernel/cpu_setup_6xx.S
  11. 1 0
      arch/powerpc/kernel/entry_32.S
  12. 1 0
      arch/powerpc/kernel/entry_64.S
  13. 1 0
      arch/powerpc/kernel/exceptions-64e.S
  14. 1 0
      arch/powerpc/kernel/exceptions-64s.S
  15. 1 0
      arch/powerpc/kernel/fpu.S
  16. 1 0
      arch/powerpc/kernel/head_32.S
  17. 1 0
      arch/powerpc/kernel/head_64.S
  18. 1 0
      arch/powerpc/kernel/head_fsl_booke.S
  19. 1 0
      arch/powerpc/kernel/idle_6xx.S
  20. 1 0
      arch/powerpc/kernel/idle_book3s.S
  21. 1 0
      arch/powerpc/kernel/idle_e500.S
  22. 1 0
      arch/powerpc/kernel/idle_power4.S
  23. 1 0
      arch/powerpc/kernel/l2cr_6xx.S
  24. 1 0
      arch/powerpc/kernel/misc_32.S
  25. 1 0
      arch/powerpc/kernel/misc_64.S
  26. 1 0
      arch/powerpc/kernel/setup_32.c
  27. 1 0
      arch/powerpc/kernel/setup_64.c
  28. 1 0
      arch/powerpc/kernel/swsusp_32.S
  29. 1 0
      arch/powerpc/kernel/swsusp_asm64.S
  30. 1 0
      arch/powerpc/kernel/tm.S
  31. 1 0
      arch/powerpc/kvm/book3s_64_slb.S
  32. 1 0
      arch/powerpc/kvm/book3s_hv_interrupts.S
  33. 1 0
      arch/powerpc/kvm/book3s_hv_rmhandlers.S
  34. 1 0
      arch/powerpc/kvm/book3s_segment.S
  35. 1 0
      arch/powerpc/lib/copypage_64.S
  36. 1 0
      arch/powerpc/lib/copyuser_64.S
  37. 1 0
      arch/powerpc/lib/hweight_64.S
  38. 1 0
      arch/powerpc/lib/memcpy_64.S
  39. 1 0
      arch/powerpc/mm/hash_low_32.S
  40. 1 0
      arch/powerpc/mm/hash_native_64.c
  41. 1 0
      arch/powerpc/mm/slb_low.S
  42. 1 0
      arch/powerpc/mm/tlb_low_64e.S
  43. 1 0
      arch/powerpc/mm/tlb_nohash_low.S
  44. 1 0
      arch/powerpc/platforms/powermac/cache.S
  45. 1 0
      arch/powerpc/platforms/powermac/sleep.S
  46. 1 0
      arch/powerpc/platforms/powernv/opal-wrappers.S
  47. 1 0
      arch/powerpc/platforms/pseries/hvCall.S
  48. 0 0
      tools/testing/selftests/powerpc/copyloops/asm/feature-fixups.h
  49. 1 0
      tools/testing/selftests/powerpc/primitives/asm/feature-fixups.h

+ 0 - 1
arch/powerpc/include/asm/cputable.h

@@ -4,7 +4,6 @@
 
 
 #include <linux/types.h>
-#include <asm/feature-fixups.h>
 #include <uapi/asm/cputable.h>
 #include <asm/asm-const.h>
 

+ 1 - 0
arch/powerpc/include/asm/dbell.h

@@ -16,6 +16,7 @@
 #include <linux/threads.h>
 
 #include <asm/ppc-opcode.h>
+#include <asm/feature-fixups.h>
 
 #define PPC_DBELL_MSG_BRDCAST	(0x04000000)
 #define PPC_DBELL_TYPE(x)	(((x) & 0xf) << (63-36))

+ 0 - 1
arch/powerpc/include/asm/dt_cpu_ftrs.h

@@ -10,7 +10,6 @@
  */
 
 #include <linux/types.h>
-#include <asm/feature-fixups.h>
 #include <uapi/asm/cputable.h>
 
 #ifdef CONFIG_PPC_DT_CPU_FTRS

+ 1 - 0
arch/powerpc/include/asm/exception-64s.h

@@ -35,6 +35,7 @@
  * implementations as possible.
  */
 #include <asm/head-64.h>
+#include <asm/feature-fixups.h>
 
 /* PACA save area offsets (exgen, exmc, etc) */
 #define EX_R9		0

+ 0 - 1
arch/powerpc/include/asm/firmware.h

@@ -14,7 +14,6 @@
 
 #ifdef __KERNEL__
 
-#include <asm/feature-fixups.h>
 #include <asm/asm-const.h>
 
 /* firmware feature bitmask values */

+ 2 - 0
arch/powerpc/include/asm/kvm_booke_hv_asm.h

@@ -9,6 +9,8 @@
 #ifndef ASM_KVM_BOOKE_HV_ASM_H
 #define ASM_KVM_BOOKE_HV_ASM_H
 
+#include <asm/feature-fixups.h>
+
 #ifdef __ASSEMBLY__
 
 /*

+ 0 - 1
arch/powerpc/include/asm/mmu.h

@@ -5,7 +5,6 @@
 
 #include <linux/types.h>
 
-#include <asm/feature-fixups.h>
 #include <asm/asm-const.h>
 
 /*

+ 1 - 0
arch/powerpc/include/asm/ppc_asm.h

@@ -9,6 +9,7 @@
 #include <asm/processor.h>
 #include <asm/ppc-opcode.h>
 #include <asm/firmware.h>
+#include <asm/feature-fixups.h>
 
 #ifdef __ASSEMBLY__
 

+ 1 - 0
arch/powerpc/include/asm/reg.h

@@ -14,6 +14,7 @@
 #include <linux/stringify.h>
 #include <asm/cputable.h>
 #include <asm/asm-const.h>
+#include <asm/feature-fixups.h>
 
 /* Pickup Book E specific registers. */
 #if defined(CONFIG_BOOKE) || defined(CONFIG_40x)

+ 1 - 0
arch/powerpc/kernel/cpu_setup_6xx.S

@@ -16,6 +16,7 @@
 #include <asm/asm-offsets.h>
 #include <asm/cache.h>
 #include <asm/mmu.h>
+#include <asm/feature-fixups.h>
 
 _GLOBAL(__setup_cpu_603)
 	mflr	r5

+ 1 - 0
arch/powerpc/kernel/entry_32.S

@@ -34,6 +34,7 @@
 #include <asm/ptrace.h>
 #include <asm/export.h>
 #include <asm/asm-405.h>
+#include <asm/feature-fixups.h>
 
 /*
  * MSR_KERNEL is > 0x10000 on 4xx/Book-E since it include MSR_CE.

+ 1 - 0
arch/powerpc/kernel/entry_64.S

@@ -44,6 +44,7 @@
 #else
 #include <asm/exception-64e.h>
 #endif
+#include <asm/feature-fixups.h>
 
 /*
  * System calls.

+ 1 - 0
arch/powerpc/kernel/exceptions-64e.S

@@ -27,6 +27,7 @@
 #include <asm/hw_irq.h>
 #include <asm/kvm_asm.h>
 #include <asm/kvm_booke_hv_asm.h>
+#include <asm/feature-fixups.h>
 
 /* XXX This will ultimately add space for a special exception save
  *     structure used to save things like SRR0/SRR1, SPRGs, MAS, etc...

+ 1 - 0
arch/powerpc/kernel/exceptions-64s.S

@@ -18,6 +18,7 @@
 #include <asm/ptrace.h>
 #include <asm/cpuidle.h>
 #include <asm/head-64.h>
+#include <asm/feature-fixups.h>
 
 /*
  * There are a few constraints to be concerned with.

+ 1 - 0
arch/powerpc/kernel/fpu.S

@@ -26,6 +26,7 @@
 #include <asm/ptrace.h>
 #include <asm/export.h>
 #include <asm/asm-compat.h>
+#include <asm/feature-fixups.h>
 
 #ifdef CONFIG_VSX
 #define __REST_32FPVSRS(n,c,base)					\

+ 1 - 0
arch/powerpc/kernel/head_32.S

@@ -35,6 +35,7 @@
 #include <asm/bug.h>
 #include <asm/kvm_book3s_asm.h>
 #include <asm/export.h>
+#include <asm/feature-fixups.h>
 
 /* 601 only have IBAT; cr0.eq is set on 601 when using this macro */
 #define LOAD_BAT(n, reg, RA, RB)	\

+ 1 - 0
arch/powerpc/kernel/head_64.S

@@ -44,6 +44,7 @@
 #include <asm/cputhreads.h>
 #include <asm/ppc-opcode.h>
 #include <asm/export.h>
+#include <asm/feature-fixups.h>
 
 /* The physical memory is laid out such that the secondary processor
  * spin code sits at 0x0000...0x00ff. On server, the vectors follow

+ 1 - 0
arch/powerpc/kernel/head_fsl_booke.S

@@ -43,6 +43,7 @@
 #include <asm/cache.h>
 #include <asm/ptrace.h>
 #include <asm/export.h>
+#include <asm/feature-fixups.h>
 #include "head_booke.h"
 
 /* As with the other PowerPC ports, it is expected that when code

+ 1 - 0
arch/powerpc/kernel/idle_6xx.S

@@ -20,6 +20,7 @@
 #include <asm/thread_info.h>
 #include <asm/ppc_asm.h>
 #include <asm/asm-offsets.h>
+#include <asm/feature-fixups.h>
 
 	.text
 

+ 1 - 0
arch/powerpc/kernel/idle_book3s.S

@@ -24,6 +24,7 @@
 #include <asm/book3s/64/mmu-hash.h>
 #include <asm/mmu.h>
 #include <asm/asm-compat.h>
+#include <asm/feature-fixups.h>
 
 #undef DEBUG
 

+ 1 - 0
arch/powerpc/kernel/idle_e500.S

@@ -17,6 +17,7 @@
 #include <asm/thread_info.h>
 #include <asm/ppc_asm.h>
 #include <asm/asm-offsets.h>
+#include <asm/feature-fixups.h>
 
 	.text
 

+ 1 - 0
arch/powerpc/kernel/idle_power4.S

@@ -16,6 +16,7 @@
 #include <asm/asm-offsets.h>
 #include <asm/irqflags.h>
 #include <asm/hw_irq.h>
+#include <asm/feature-fixups.h>
 
 #undef DEBUG
 

+ 1 - 0
arch/powerpc/kernel/l2cr_6xx.S

@@ -45,6 +45,7 @@
 #include <asm/ppc_asm.h>
 #include <asm/cache.h>
 #include <asm/page.h>
+#include <asm/feature-fixups.h>
 
 /* Usage:
 

+ 1 - 0
arch/powerpc/kernel/misc_32.S

@@ -34,6 +34,7 @@
 #include <asm/bug.h>
 #include <asm/ptrace.h>
 #include <asm/export.h>
+#include <asm/feature-fixups.h>
 
 	.text
 

+ 1 - 0
arch/powerpc/kernel/misc_64.S

@@ -28,6 +28,7 @@
 #include <asm/ptrace.h>
 #include <asm/mmu.h>
 #include <asm/export.h>
+#include <asm/feature-fixups.h>
 
 	.text
 

+ 1 - 0
arch/powerpc/kernel/setup_32.c

@@ -41,6 +41,7 @@
 #include <asm/cpu_has_feature.h>
 #include <asm/asm-prototypes.h>
 #include <asm/kdump.h>
+#include <asm/feature-fixups.h>
 
 #define DBG(fmt...)
 

+ 1 - 0
arch/powerpc/kernel/setup_64.c

@@ -68,6 +68,7 @@
 #include <asm/opal.h>
 #include <asm/cputhreads.h>
 #include <asm/hw_irq.h>
+#include <asm/feature-fixups.h>
 
 #include "setup.h"
 

+ 1 - 0
arch/powerpc/kernel/swsusp_32.S

@@ -7,6 +7,7 @@
 #include <asm/ppc_asm.h>
 #include <asm/asm-offsets.h>
 #include <asm/mmu.h>
+#include <asm/feature-fixups.h>
 
 /*
  * Structure for storing CPU registers on the save area.

+ 1 - 0
arch/powerpc/kernel/swsusp_asm64.S

@@ -13,6 +13,7 @@
 #include <asm/thread_info.h>
 #include <asm/ppc_asm.h>
 #include <asm/asm-offsets.h>
+#include <asm/feature-fixups.h>
 
 /*
  * Structure for storing CPU registers on the save area.

+ 1 - 0
arch/powerpc/kernel/tm.S

@@ -13,6 +13,7 @@
 #include <asm/reg.h>
 #include <asm/bug.h>
 #include <asm/export.h>
+#include <asm/feature-fixups.h>
 
 #ifdef CONFIG_VSX
 /* See fpu.S, this is borrowed from there */

+ 1 - 0
arch/powerpc/kvm/book3s_64_slb.S

@@ -18,6 +18,7 @@
  */
 
 #include <asm/asm-compat.h>
+#include <asm/feature-fixups.h>
 
 #define SHADOW_SLB_ENTRY_LEN	0x10
 #define OFFSET_ESID(x)		(SHADOW_SLB_ENTRY_LEN * x)

+ 1 - 0
arch/powerpc/kvm/book3s_hv_interrupts.S

@@ -28,6 +28,7 @@
 #include <asm/exception-64s.h>
 #include <asm/ppc-opcode.h>
 #include <asm/asm-compat.h>
+#include <asm/feature-fixups.h>
 
 /*****************************************************************************
  *                                                                           *

+ 1 - 0
arch/powerpc/kvm/book3s_hv_rmhandlers.S

@@ -33,6 +33,7 @@
 #include <asm/xive-regs.h>
 #include <asm/thread_info.h>
 #include <asm/asm-compat.h>
+#include <asm/feature-fixups.h>
 
 /* Sign-extend HDEC if not on POWER9 */
 #define EXTEND_HDEC(reg)			\

+ 1 - 0
arch/powerpc/kvm/book3s_segment.S

@@ -20,6 +20,7 @@
 /* Real mode helpers */
 
 #include <asm/asm-compat.h>
+#include <asm/feature-fixups.h>
 
 #if defined(CONFIG_PPC_BOOK3S_64)
 

+ 1 - 0
arch/powerpc/lib/copypage_64.S

@@ -11,6 +11,7 @@
 #include <asm/ppc_asm.h>
 #include <asm/asm-offsets.h>
 #include <asm/export.h>
+#include <asm/feature-fixups.h>
 
         .section        ".toc","aw"
 PPC64_CACHES:

+ 1 - 0
arch/powerpc/lib/copyuser_64.S

@@ -10,6 +10,7 @@
 #include <asm/ppc_asm.h>
 #include <asm/export.h>
 #include <asm/asm-compat.h>
+#include <asm/feature-fixups.h>
 
 #ifdef __BIG_ENDIAN__
 #define sLd sld		/* Shift towards low-numbered address. */

+ 1 - 0
arch/powerpc/lib/hweight_64.S

@@ -20,6 +20,7 @@
 #include <asm/processor.h>
 #include <asm/ppc_asm.h>
 #include <asm/export.h>
+#include <asm/feature-fixups.h>
 
 /* Note: This code relies on -mminimal-toc */
 

+ 1 - 0
arch/powerpc/lib/memcpy_64.S

@@ -10,6 +10,7 @@
 #include <asm/ppc_asm.h>
 #include <asm/export.h>
 #include <asm/asm-compat.h>
+#include <asm/feature-fixups.h>
 
 	.align	7
 _GLOBAL_TOC(memcpy)

+ 1 - 0
arch/powerpc/mm/hash_low_32.S

@@ -27,6 +27,7 @@
 #include <asm/thread_info.h>
 #include <asm/asm-offsets.h>
 #include <asm/export.h>
+#include <asm/feature-fixups.h>
 
 #ifdef CONFIG_SMP
 	.section .bss

+ 1 - 0
arch/powerpc/mm/hash_native_64.c

@@ -30,6 +30,7 @@
 #include <asm/udbg.h>
 #include <asm/kexec.h>
 #include <asm/ppc-opcode.h>
+#include <asm/feature-fixups.h>
 
 #include <misc/cxl-base.h>
 

+ 1 - 0
arch/powerpc/mm/slb_low.S

@@ -22,6 +22,7 @@
 #include <asm/mmu.h>
 #include <asm/pgtable.h>
 #include <asm/firmware.h>
+#include <asm/feature-fixups.h>
 
 /*
  * This macro generates asm code to compute the VSID scramble

+ 1 - 0
arch/powerpc/mm/tlb_low_64e.S

@@ -22,6 +22,7 @@
 #include <asm/ppc-opcode.h>
 #include <asm/kvm_asm.h>
 #include <asm/kvm_booke_hv_asm.h>
+#include <asm/feature-fixups.h>
 
 #ifdef CONFIG_PPC_64K_PAGES
 #define VPTE_PMD_SHIFT	(PTE_INDEX_SIZE+1)

+ 1 - 0
arch/powerpc/mm/tlb_nohash_low.S

@@ -35,6 +35,7 @@
 #include <asm/processor.h>
 #include <asm/bug.h>
 #include <asm/asm-compat.h>
+#include <asm/feature-fixups.h>
 
 #if defined(CONFIG_40x)
 

+ 1 - 0
arch/powerpc/platforms/powermac/cache.S

@@ -17,6 +17,7 @@
 #include <asm/processor.h>
 #include <asm/ppc_asm.h>
 #include <asm/cputable.h>
+#include <asm/feature-fixups.h>
 
 /*
  * Flush and disable all data caches (dL1, L2, L3). This is used

+ 1 - 0
arch/powerpc/platforms/powermac/sleep.S

@@ -18,6 +18,7 @@
 #include <asm/thread_info.h>
 #include <asm/asm-offsets.h>
 #include <asm/mmu.h>
+#include <asm/feature-fixups.h>
 
 #define MAGIC	0x4c617273	/* 'Lars' */
 

+ 1 - 0
arch/powerpc/platforms/powernv/opal-wrappers.S

@@ -15,6 +15,7 @@
 #include <asm/asm-offsets.h>
 #include <asm/opal.h>
 #include <asm/asm-compat.h>
+#include <asm/feature-fixups.h>
 
 	.section	".text"
 

+ 1 - 0
arch/powerpc/platforms/pseries/hvCall.S

@@ -13,6 +13,7 @@
 #include <asm/ppc_asm.h>
 #include <asm/asm-offsets.h>
 #include <asm/ptrace.h>
+#include <asm/feature-fixups.h>
 
 	.section	".text"
 	

+ 0 - 0
tools/testing/selftests/powerpc/copyloops/asm/feature-fixups.h


+ 1 - 0
tools/testing/selftests/powerpc/primitives/asm/feature-fixups.h

@@ -0,0 +1 @@
+../../../../../../arch/powerpc/include/asm/feature-fixups.h