]> git.baikalelectronics.ru Git - kernel.git/commit
parisc/CPU hotplug: Add missing call to notify_cpu_starting()
authorSrivatsa S. Bhat <srivatsa.bhat@linux.vnet.ibm.com>
Tue, 15 May 2012 19:02:17 +0000 (00:32 +0530)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 16 May 2012 01:16:57 +0000 (18:16 -0700)
commit7dacc2d7a3cc7db794feecd67a2bf8c0cce2dabe
treebb9a9ead6f9fd170935910b87f188e6028c8f259
parentc7d62d0b77231d1476739342a8d86a5b4b475f4a
parisc/CPU hotplug: Add missing call to notify_cpu_starting()

The scheduler depends on receiving the CPU_STARTING notification, without
which we end up into a lot of trouble. So add the missing call to
notify_cpu_starting() in the bringup code.

Signed-off-by: Srivatsa S. Bhat <srivatsa.bhat@linux.vnet.ibm.com>
Acked-and-Tested-by: Mikulas Patocka <mpatocka@redhat.com>
Acked-and-Tested-by: Tobias Ulmer <tobiasu@tmux.org>
Tested-by: John David Anglin <dave.anglin@bell.net>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/parisc/kernel/smp.c