diff options
Diffstat (limited to 'arch/x86/kernel/genx2apic_cluster.c')
-rw-r--r-- | arch/x86/kernel/genx2apic_cluster.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/genx2apic_cluster.c b/arch/x86/kernel/genx2apic_cluster.c index 2eeca6e744af..710d612a9641 100644 --- a/arch/x86/kernel/genx2apic_cluster.c +++ b/arch/x86/kernel/genx2apic_cluster.c | |||
@@ -199,7 +199,7 @@ struct genapic apic_x2apic_cluster = { | |||
199 | .multi_timer_check = NULL, | 199 | .multi_timer_check = NULL, |
200 | .apicid_to_node = NULL, | 200 | .apicid_to_node = NULL, |
201 | .cpu_to_logical_apicid = NULL, | 201 | .cpu_to_logical_apicid = NULL, |
202 | .cpu_present_to_apicid = NULL, | 202 | .cpu_present_to_apicid = default_cpu_present_to_apicid, |
203 | .apicid_to_cpu_present = NULL, | 203 | .apicid_to_cpu_present = NULL, |
204 | .setup_portio_remap = NULL, | 204 | .setup_portio_remap = NULL, |
205 | .check_phys_apicid_present = NULL, | 205 | .check_phys_apicid_present = NULL, |