x86, apic: Use probe routines to simplify apic selection
authorSuresh Siddha <suresh.b.siddha@intel.com>
Thu, 19 May 2011 23:45:46 +0000 (16:45 -0700)
committerIngo Molnar <mingo@elte.hu>
Fri, 20 May 2011 11:41:04 +0000 (13:41 +0200)
commit9ebd680bd029a9fc47399ca61c950f8b6730ac40
tree41b5c8ae4a13b51536ead20f6e4b4b380748072a
parent8f18c9711ed31c257d4f00a094b2fdbe72a741da
x86, apic: Use probe routines to simplify apic selection

Use the unused probe routine in the apic driver to finalize the
apic model selection. This cleans up the
default_setup_apic_routing() and this probe routine in future
can also be used for doing any apic model specific
initialisation.

Signed-off-by: Suresh Siddha <suresh.b.siddha@intel.com>
Acked-by: Cyrill Gorcunov <gorcunov@openvz.org>
Cc: steiner@sgi.com
Cc: yinghai@kernel.org
Link: http://lkml.kernel.org/r/20110519234637.247458931@sbsiddha-MOBL3.sc.intel.com
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/apic/apic_flat_64.c
arch/x86/kernel/apic/probe_64.c
arch/x86/kernel/apic/x2apic_cluster.c
arch/x86/kernel/apic/x2apic_phys.c
arch/x86/kernel/apic/x2apic_uv_x.c
This page took 0.024213 seconds and 5 git commands to generate.