commit | 568b44559d7ca269d367e694c74eb4436e7e3ccf | [log] [tgz] |
---|---|---|
author | Srivatsa S. Bhat <srivatsa.bhat@linux.vnet.ibm.com> | Wed May 16 00:32:37 2012 +0530 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue May 15 18:16:57 2012 -0700 |
tree | 333478faa3142c3210f23224ce77408c16f1d4a2 | |
parent | ec2e0f9811a2c667d06feecb413c57f74c6b84f4 [diff] |
mn10300/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> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>