Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190637
b: refs/heads/master
c: 13ea9cc
h: refs/heads/master
i:
  190635: da51d3c
v: v3
  • Loading branch information
Santosh Shilimkar authored and Russell King committed May 1, 2010
1 parent b10b012 commit 67d8c90
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 124efc27a7090d4aaab68b28f7e7a5137f4ecec9
refs/heads/master: 13ea9cc82138691856d7cd855dff9aef1479adb9
6 changes: 6 additions & 0 deletions trunk/arch/arm/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@ int __cpuinit __cpu_up(unsigned int cpu)
return PTR_ERR(idle);
}
ci->idle = idle;
} else {
/*
* Since this idle thread is being re-used, call
* init_idle() to reinitialize the thread structure.
*/
init_idle(idle, cpu);
}

/*
Expand Down

0 comments on commit 67d8c90

Please sign in to comment.