X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=arch%2Fx86%2Fxen%2Fsmp.c;h=315d8fa0c8fb8070b95422ef03b96a8f27c49d1f;hb=d4c6fa73fe984e504d52f3d6bba291fd76fe49f7;hp=501d4e0244ba229d90eabbe768ae1d25e057574f;hpb=0f0cc1687d7e41ac59e4eaf057aa2fb9e48a9dd3;p=cascardo%2Flinux.git diff --git a/arch/x86/xen/smp.c b/arch/x86/xen/smp.c index 501d4e0244ba..315d8fa0c8fb 100644 --- a/arch/x86/xen/smp.c +++ b/arch/x86/xen/smp.c @@ -76,7 +76,7 @@ static void __cpuinit cpu_bringup(void) xen_setup_cpu_clockevents(); set_cpu_online(cpu, true); - percpu_write(cpu_state, CPU_ONLINE); + this_cpu_write(cpu_state, CPU_ONLINE); wmb(); /* We can take interrupts now: we're officially "up". */