powerpc: move ASM_CONST and stringify_in_c() into asm-const.h
authorChristophe Leroy <christophe.leroy@c-s.fr>
Thu, 5 Jul 2018 16:24:57 +0000 (16:24 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 30 Jul 2018 12:48:16 +0000 (22:48 +1000)
commitec0c464cdbf38bf6ddabec8bfa595bd421cab203
treeb9e8e5c9b489fff773b505294f8c25e1d4dfdacd
parent36a7eeaff7d06cef253c8df6dfe363bfc4a553f8
powerpc: move ASM_CONST and stringify_in_c() into asm-const.h

This patch moves ASM_CONST() and stringify_in_c() into
dedicated asm-const.h, then cleans all related inclusions.

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
[mpe: asm-compat.h should include asm-const.h]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
57 files changed:
arch/powerpc/crypto/md5-asm.S
arch/powerpc/crypto/sha1-powerpc-asm.S
arch/powerpc/include/asm/asm-compat.h
arch/powerpc/include/asm/asm-const.h [new file with mode: 0644]
arch/powerpc/include/asm/barrier.h
arch/powerpc/include/asm/book3s/64/hash.h
arch/powerpc/include/asm/book3s/64/mmu-hash.h
arch/powerpc/include/asm/book3s/64/radix.h
arch/powerpc/include/asm/cmpxchg.h
arch/powerpc/include/asm/code-patching.h
arch/powerpc/include/asm/cputable.h
arch/powerpc/include/asm/dt_cpu_ftrs.h
arch/powerpc/include/asm/feature-fixups.h
arch/powerpc/include/asm/firmware.h
arch/powerpc/include/asm/futex.h
arch/powerpc/include/asm/iommu.h
arch/powerpc/include/asm/jump_label.h
arch/powerpc/include/asm/mmu-44x.h
arch/powerpc/include/asm/mmu.h
arch/powerpc/include/asm/nohash/64/pgtable.h
arch/powerpc/include/asm/page.h
arch/powerpc/include/asm/page_64.h
arch/powerpc/include/asm/ppc-opcode.h
arch/powerpc/include/asm/ptrace.h
arch/powerpc/include/asm/reg.h
arch/powerpc/include/asm/reg_a2.h
arch/powerpc/include/asm/spinlock.h
arch/powerpc/include/asm/synch.h
arch/powerpc/include/asm/thread_info.h
arch/powerpc/include/asm/uaccess.h
arch/powerpc/kernel/entry_64.S
arch/powerpc/kernel/fpu.S
arch/powerpc/kernel/idle_book3s.S
arch/powerpc/kernel/kvm_emul.S
arch/powerpc/kernel/ppc_save_regs.S
arch/powerpc/kernel/vector.S
arch/powerpc/kvm/book3s_64_slb.S
arch/powerpc/kvm/book3s_hv_interrupts.S
arch/powerpc/kvm/book3s_hv_rmhandlers.S
arch/powerpc/kvm/book3s_interrupts.S
arch/powerpc/kvm/book3s_rmhandlers.S
arch/powerpc/kvm/book3s_segment.S
arch/powerpc/lib/copyuser_64.S
arch/powerpc/lib/feature-fixups-test.S
arch/powerpc/lib/ldstfp.S
arch/powerpc/lib/memcpy_64.S
arch/powerpc/mm/tlb_nohash_low.S
arch/powerpc/net/bpf_jit32.h
arch/powerpc/net/bpf_jit_asm.S
arch/powerpc/net/bpf_jit_comp.c
arch/powerpc/net/bpf_jit_comp64.c
arch/powerpc/platforms/powernv/opal-wrappers.S
arch/powerpc/platforms/pseries/setup.c
arch/powerpc/purgatory/trampoline.S
arch/powerpc/xmon/spr_access.S
tools/testing/selftests/powerpc/copyloops/asm/asm-compat.h [new file with mode: 0644]
tools/testing/selftests/powerpc/primitives/asm/asm-const.h [new symlink]