x86/apic: Consolidate the apic local headers
authorThomas Gleixner <tglx@linutronix.de>
Mon, 22 Jul 2019 18:47:14 +0000 (20:47 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 25 Jul 2019 14:11:58 +0000 (16:11 +0200)
commitc94f0718fb1c171d6dfdd69cb6001fa0d8206710
tree1d3ac94133f7f57ae68a9fde7714eadaf67d0bfa
parentba77b2a02e0099ab0021bc3169b8f674c6be19f0
x86/apic: Consolidate the apic local headers

Now there are three small local headers. Some contain functions which are
only used in one source file.

Move all the inlines and declarations into a single local header and the
inlines which are only used in one source file into that.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20190722105219.618612624@linutronix.de
12 files changed:
arch/x86/kernel/apic/apic_flat_64.c
arch/x86/kernel/apic/apic_flat_64.h [deleted file]
arch/x86/kernel/apic/apic_numachip.c
arch/x86/kernel/apic/bigsmp_32.c
arch/x86/kernel/apic/ipi.c
arch/x86/kernel/apic/ipi.h [deleted file]
arch/x86/kernel/apic/local.h [new file with mode: 0644]
arch/x86/kernel/apic/probe_32.c
arch/x86/kernel/apic/probe_64.c
arch/x86/kernel/apic/x2apic.h [deleted file]
arch/x86/kernel/apic/x2apic_cluster.c
arch/x86/kernel/apic/x2apic_phys.c