commit | 933b0618d8b2a59c7a0742e43836544e02f1e9bd | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | Wed Dec 16 18:04:31 2009 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Dec 16 19:01:53 2009 +0100 |
tree | 2d315a2d365fc27a9b43976940a963295e434ac4 | |
parent | ee1156c11a1121e118b0a7f2dec240f0d421b1fd [diff] |
sched: Mark boot-cpu active before smp_init() A UP machine has 1 active cpu, not having the boot-cpu in the active map when starting the scheduler confuses things. Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Mike Galbraith <efault@gmx.de> LKML-Reference: <20091216170517.423469527@chello.nl> Signed-off-by: Ingo Molnar <mingo@elte.hu>