x86, apic: untangle the send_IPI_*() jungle
authorIngo Molnar <mingo@elte.hu>
Wed, 28 Jan 2009 14:42:24 +0000 (15:42 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 28 Jan 2009 22:20:31 +0000 (23:20 +0100)
commitdac5f4121df3c39fdb2ea57acd669a0ae19e46f8
treec3dde8b525b1a8e73732bdffdb7e819f4a14fd3a
parentdebccb3e77be52cfc26c5a99e123c114c5c72aeb
x86, apic: untangle the send_IPI_*() jungle

Our send_IPI_*() methods and definitions are a twisted mess: the same
symbol is defined to different things depending on .config details,
in a non-transparent way.

 - spread out the quirks into separately named per apic driver methods

 - prefix the standard PC methods with default_

 - get rid of wrapper macro obfuscation

 - clean up various details

Signed-off-by: Ingo Molnar <mingo@elte.hu>
26 files changed:
arch/x86/include/asm/bigsmp/ipi.h
arch/x86/include/asm/es7000/ipi.h
arch/x86/include/asm/hw_irq.h
arch/x86/include/asm/ipi.h
arch/x86/include/asm/mach-default/mach_apic.h
arch/x86/include/asm/mach-default/mach_ipi.h
arch/x86/include/asm/mach-generic/mach_ipi.h
arch/x86/include/asm/numaq/ipi.h
arch/x86/include/asm/summit/ipi.h
arch/x86/kernel/apic.c
arch/x86/kernel/genapic_64.c
arch/x86/kernel/genapic_flat_64.c
arch/x86/kernel/genx2apic_cluster.c
arch/x86/kernel/genx2apic_phys.c
arch/x86/kernel/genx2apic_uv_x.c
arch/x86/kernel/io_apic.c
arch/x86/kernel/ipi.c
arch/x86/kernel/kgdb.c
arch/x86/kernel/reboot.c
arch/x86/kernel/smp.c
arch/x86/mach-generic/bigsmp.c
arch/x86/mach-generic/default.c
arch/x86/mach-generic/es7000.c
arch/x86/mach-generic/numaq.c
arch/x86/mach-generic/summit.c
arch/x86/mm/tlb.c