diff options
Diffstat (limited to 'arch/x86/include/asm/genapic.h')
-rw-r--r-- | arch/x86/include/asm/genapic.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/include/asm/genapic.h b/arch/x86/include/asm/genapic.h index 38b1202316f5..2cb14d51e459 100644 --- a/arch/x86/include/asm/genapic.h +++ b/arch/x86/include/asm/genapic.h | |||
@@ -108,6 +108,8 @@ extern struct genapic apic_x2apic_uv_x; | |||
108 | DECLARE_PER_CPU(int, x2apic_extra_bits); | 108 | DECLARE_PER_CPU(int, x2apic_extra_bits); |
109 | 109 | ||
110 | extern void default_setup_apic_routing(void); | 110 | extern void default_setup_apic_routing(void); |
111 | |||
112 | extern int default_cpu_present_to_apicid(int mps_cpu); | ||
111 | #endif | 113 | #endif |
112 | 114 | ||
113 | #endif /* _ASM_X86_GENAPIC_64_H */ | 115 | #endif /* _ASM_X86_GENAPIC_64_H */ |