diff --git a/[refs] b/[refs] index 6f89f21711af..3255dcf8cce4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0d4579ed553e8bb29d580c08bfcabcb0826a89c3 +refs/heads/master: 54264911ce8c3f4a9e7fc193bc78a85e04df7fa0 diff --git a/trunk/arch/x86_64/kernel/smpboot.c b/trunk/arch/x86_64/kernel/smpboot.c index b969ee128728..e66edfa1f3b9 100644 --- a/trunk/arch/x86_64/kernel/smpboot.c +++ b/trunk/arch/x86_64/kernel/smpboot.c @@ -229,7 +229,7 @@ static __cpuinit void sync_master(void *arg) { unsigned long flags, i; - if (smp_processor_id() != boot_cpu_id) + if (smp_processor_id() != 0) return; go[MASTER] = 0;