diff options
Diffstat (limited to 'arch/x86/kernel/smpboot.c')
-rw-r--r-- | arch/x86/kernel/smpboot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c index 083e99d1b7df..ff4e5a113a5b 100644 --- a/arch/x86/kernel/smpboot.c +++ b/arch/x86/kernel/smpboot.c | |||
@@ -1377,7 +1377,7 @@ void play_dead_common(void) | |||
1377 | 1377 | ||
1378 | mb(); | 1378 | mb(); |
1379 | /* Ack it */ | 1379 | /* Ack it */ |
1380 | __get_cpu_var(cpu_state) = CPU_DEAD; | 1380 | __this_cpu_write(cpu_state, CPU_DEAD); |
1381 | 1381 | ||
1382 | /* | 1382 | /* |
1383 | * With physical CPU hotplug, we should halt the cpu | 1383 | * With physical CPU hotplug, we should halt the cpu |