aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/kernel/apic/x2apic_cluster.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/apic/x2apic_cluster.c b/arch/x86/kernel/apic/x2apic_cluster.c
index 8b04234e010b..7685444a106b 100644
--- a/arch/x86/kernel/apic/x2apic_cluster.c
+++ b/arch/x86/kernel/apic/x2apic_cluster.c
@@ -116,6 +116,7 @@ static void init_x2apic_ldr(void)
116 goto update; 116 goto update;
117 } 117 }
118 cmsk = cluster_hotplug_mask; 118 cmsk = cluster_hotplug_mask;
119 cmsk->clusterid = cluster;
119 cluster_hotplug_mask = NULL; 120 cluster_hotplug_mask = NULL;
120update: 121update:
121 this_cpu_write(cluster_masks, cmsk); 122 this_cpu_write(cluster_masks, cmsk);