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/include/asm/genapic.h | |
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/include/asm/genapic.h')
-rw-r--r-- | arch/x86/include/asm/genapic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/genapic.h b/arch/x86/include/asm/genapic.h index 2cb14d51e459..f292fd02ebab 100644 --- a/arch/x86/include/asm/genapic.h +++ b/arch/x86/include/asm/genapic.h | |||
@@ -110,6 +110,7 @@ DECLARE_PER_CPU(int, x2apic_extra_bits); | |||
110 | extern void default_setup_apic_routing(void); | 110 | extern void default_setup_apic_routing(void); |
111 | 111 | ||
112 | extern int default_cpu_present_to_apicid(int mps_cpu); | 112 | extern int default_cpu_present_to_apicid(int mps_cpu); |
113 | extern int default_check_phys_apicid_present(int boot_cpu_physical_apicid); | ||
113 | #endif | 114 | #endif |
114 | 115 | ||
115 | #endif /* _ASM_X86_GENAPIC_64_H */ | 116 | #endif /* _ASM_X86_GENAPIC_64_H */ |