diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-01-28 06:43:18 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-28 17:20:25 -0500 |
commit | a27a621001f4c3e57caf47feff4b014577fd01c6 (patch) | |
tree | 0f14c4c8eaff3c11142672f16a63e7b6e42d81a7 /arch/x86/kernel/genx2apic_uv_x.c | |
parent | d83093b50416f4ca59d3a84b2ddc217748214d64 (diff) |
x86: refactor ->check_phys_apicid_present() subarch methods
- spread out the namespace to per driver methods
- extend it to 64-bit as well so that we can use
apic->check_phys_apicid_present() unconditionally
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/genx2apic_uv_x.c')
-rw-r--r-- | arch/x86/kernel/genx2apic_uv_x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/genx2apic_uv_x.c b/arch/x86/kernel/genx2apic_uv_x.c index a08a63591864..debd721f0b4e 100644 --- a/arch/x86/kernel/genx2apic_uv_x.c +++ b/arch/x86/kernel/genx2apic_uv_x.c | |||
@@ -263,7 +263,7 @@ struct genapic apic_x2apic_uv_x = { | |||
263 | .cpu_present_to_apicid = default_cpu_present_to_apicid, | 263 | .cpu_present_to_apicid = default_cpu_present_to_apicid, |
264 | .apicid_to_cpu_present = NULL, | 264 | .apicid_to_cpu_present = NULL, |
265 | .setup_portio_remap = NULL, | 265 | .setup_portio_remap = NULL, |
266 | .check_phys_apicid_present = NULL, | 266 | .check_phys_apicid_present = default_check_phys_apicid_present, |
267 | .enable_apic_mode = NULL, | 267 | .enable_apic_mode = NULL, |
268 | .phys_pkg_id = phys_pkg_id, | 268 | .phys_pkg_id = phys_pkg_id, |
269 | .mps_oem_check = NULL, | 269 | .mps_oem_check = NULL, |