Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5105
b: refs/heads/master
c: 5426491
h: refs/heads/master
i:
  5103: 69f0a29
v: v3
  • Loading branch information
Andi Kleen authored and Linus Torvalds committed Jul 27, 2005
1 parent 9e94768 commit 0302e23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0d4579ed553e8bb29d580c08bfcabcb0826a89c3
refs/heads/master: 54264911ce8c3f4a9e7fc193bc78a85e04df7fa0
2 changes: 1 addition & 1 deletion trunk/arch/x86_64/kernel/smpboot.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0302e23

Please sign in to comment.