diff options
Diffstat (limited to 'arch/x86/include/asm/x2apic.h')
-rw-r--r-- | arch/x86/include/asm/x2apic.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/x86/include/asm/x2apic.h b/arch/x86/include/asm/x2apic.h index 6bf5b8e478c0..92e54abf89e0 100644 --- a/arch/x86/include/asm/x2apic.h +++ b/arch/x86/include/asm/x2apic.h | |||
@@ -18,6 +18,11 @@ static const struct cpumask *x2apic_target_cpus(void) | |||
18 | return cpu_online_mask; | 18 | return cpu_online_mask; |
19 | } | 19 | } |
20 | 20 | ||
21 | static int x2apic_apic_id_valid(int apicid) | ||
22 | { | ||
23 | return 1; | ||
24 | } | ||
25 | |||
21 | static int x2apic_apic_id_registered(void) | 26 | static int x2apic_apic_id_registered(void) |
22 | { | 27 | { |
23 | return 1; | 28 | return 1; |