x86: remove update_apic from x86_quirks
authorYinghai Lu <yinghai@kernel.org>
Thu, 26 Feb 2009 04:50:49 +0000 (20:50 -0800)
committerIngo Molnar <mingo@elte.hu>
Thu, 26 Feb 2009 05:32:25 +0000 (06:32 +0100)
commit2b6163bf5772644068694583816fa41e8474239f
treeb854e9070254ad2942901941b67e8a56d61f7f91
parentecc25fbd6b9e07b33895c61ddf84006b00f55d99
x86: remove update_apic from x86_quirks

Impact: cleanup

x86_quirks->update_apic() calling looks crazy. so try to remove it:

 1. every apic take wakeup_cpu member directly
 2. separate es7000_apic to es7000_apic_cluster
 3. use uv_wakeup_cpu directly

Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
15 files changed:
arch/x86/include/asm/apic.h
arch/x86/include/asm/setup.h
arch/x86/include/asm/uv/uv.h
arch/x86/kernel/apic/apic_flat_64.c
arch/x86/kernel/apic/bigsmp_32.c
arch/x86/kernel/apic/es7000_32.c
arch/x86/kernel/apic/numaq_32.c
arch/x86/kernel/apic/probe_32.c
arch/x86/kernel/apic/probe_64.c
arch/x86/kernel/apic/summit_32.c
arch/x86/kernel/apic/x2apic_cluster.c
arch/x86/kernel/apic/x2apic_phys.c
arch/x86/kernel/apic/x2apic_uv_x.c
arch/x86/kernel/setup.c
arch/x86/kernel/smpboot.c