commit | 573619d165b85152eeddd3b3871002c48cd94e42 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Mon Jun 20 16:46:01 2011 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Tue Jun 21 11:09:05 2011 +0100 |
tree | ee74480fe8ae9d09ace5cb1dd97bf1ea525249bc | |
parent | 9a00318eadbb43db4e9c163c262a22a3c8b5a672 [diff] |
ARM: SMP: wait for CPU to be marked active When we bring a CPU online, we should wait for it to become active before entering the idle thread, so we know that the scheduler and thread migration is going to work. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>