]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: SMP: wait for CPU to be marked active
authorRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 20 Jun 2011 15:46:01 +0000 (16:46 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 21 Jun 2011 10:09:05 +0000 (11:09 +0100)
commita7f4e1d3be058198efaa0776f4373f43635b0927
treeee74480fe8ae9d09ace5cb1dd97bf1ea525249bc
parentaf59e7824482c0c8e38e044b51e24573270efc44
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>
arch/arm/kernel/smp.c