Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113716
b: refs/heads/master
c: 82960b8
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Oct 13, 2008
1 parent 8073627 commit c6b6f58
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4245e59d1239a5270670807b114856365a863df8
refs/heads/master: 82960b8543cca5797a5e2841a9c43b8c5c669e65
4 changes: 4 additions & 0 deletions trunk/arch/sparc64/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include <linux/jiffies.h>
#include <linux/profile.h>
#include <linux/lmb.h>
#include <linux/cpu.h>

#include <asm/head.h>
#include <asm/ptrace.h>
Expand Down Expand Up @@ -115,6 +116,9 @@ void __cpuinit smp_callin(void)
atomic_inc(&init_mm.mm_count);
current->active_mm = &init_mm;

/* inform the notifiers about the new cpu */
notify_cpu_starting(cpuid);

while (!cpu_isset(cpuid, smp_commenced_mask))
rmb();

Expand Down

0 comments on commit c6b6f58

Please sign in to comment.