diff options
Diffstat (limited to 'arch/x86/kernel')
-rw-r--r-- | arch/x86/kernel/apic/apic_noop.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/x86/kernel/apic/apic_noop.c b/arch/x86/kernel/apic/apic_noop.c index 9ab6ffb313ac..89629f622b60 100644 --- a/arch/x86/kernel/apic/apic_noop.c +++ b/arch/x86/kernel/apic/apic_noop.c | |||
@@ -162,7 +162,12 @@ struct apic apic_noop = { | |||
162 | 162 | ||
163 | .cpu_to_logical_apicid = noop_cpu_to_logical_apicid, | 163 | .cpu_to_logical_apicid = noop_cpu_to_logical_apicid, |
164 | .cpu_present_to_apicid = default_cpu_present_to_apicid, | 164 | .cpu_present_to_apicid = default_cpu_present_to_apicid, |
165 | |||
166 | #ifdef CONFIG_X86_32 | ||
165 | .apicid_to_cpu_present = default_apicid_to_cpu_present, | 167 | .apicid_to_cpu_present = default_apicid_to_cpu_present, |
168 | #else | ||
169 | .apicid_to_cpu_present = NULL, | ||
170 | #endif | ||
166 | 171 | ||
167 | .setup_portio_remap = NULL, | 172 | .setup_portio_remap = NULL, |
168 | .check_phys_apicid_present = default_check_phys_apicid_present, | 173 | .check_phys_apicid_present = default_check_phys_apicid_present, |