diff options
Diffstat (limited to 'arch/x86/kernel/genx2apic_phys.c')
-rw-r--r-- | arch/x86/kernel/genx2apic_phys.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/genx2apic_phys.c b/arch/x86/kernel/genx2apic_phys.c index be0ee3e56ef1..49a449178c3b 100644 --- a/arch/x86/kernel/genx2apic_phys.c +++ b/arch/x86/kernel/genx2apic_phys.c | |||
@@ -195,7 +195,7 @@ struct genapic apic_x2apic_phys = { | |||
195 | .multi_timer_check = NULL, | 195 | .multi_timer_check = NULL, |
196 | .apicid_to_node = NULL, | 196 | .apicid_to_node = NULL, |
197 | .cpu_to_logical_apicid = NULL, | 197 | .cpu_to_logical_apicid = NULL, |
198 | .cpu_present_to_apicid = NULL, | 198 | .cpu_present_to_apicid = default_cpu_present_to_apicid, |
199 | .apicid_to_cpu_present = NULL, | 199 | .apicid_to_cpu_present = NULL, |
200 | .setup_portio_remap = NULL, | 200 | .setup_portio_remap = NULL, |
201 | .check_phys_apicid_present = NULL, | 201 | .check_phys_apicid_present = NULL, |