aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic/x2apic_phys.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/apic/x2apic_phys.c')
-rw-r--r--arch/x86/kernel/apic/x2apic_phys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/apic/x2apic_phys.c b/arch/x86/kernel/apic/x2apic_phys.c
index 93b25706f177..b1a8b39e3c3f 100644
--- a/arch/x86/kernel/apic/x2apic_phys.c
+++ b/arch/x86/kernel/apic/x2apic_phys.c
@@ -140,7 +140,7 @@ static struct apic apic_x2apic_phys = {
140 .irq_delivery_mode = dest_Fixed, 140 .irq_delivery_mode = dest_Fixed,
141 .irq_dest_mode = 0, /* physical */ 141 .irq_dest_mode = 0, /* physical */
142 142
143 .target_cpus = x2apic_target_cpus, 143 .target_cpus = online_target_cpus,
144 .disable_esr = 0, 144 .disable_esr = 0,
145 .dest_logical = 0, 145 .dest_logical = 0,
146 .check_apicid_used = NULL, 146 .check_apicid_used = NULL,