]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
sparc64: Add missing notify_cpu_starting() call.
authorDavid S. Miller <davem@davemloft.net>
Mon, 13 Oct 2008 03:55:24 +0000 (20:55 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 13 Oct 2008 06:55:47 +0000 (23:55 -0700)
commit82960b8543cca5797a5e2841a9c43b8c5c669e65
treea463dde0d9ac82b2251f19bef7cfa9fba72aeba4
parent4245e59d1239a5270670807b114856365a863df8
sparc64: Add missing notify_cpu_starting() call.

Commit e545a6140b698b2494daf0b32107bdcc5e901390 ("kernel/cpu.c: create
a CPU_STARTING cpu_chain notifier") added a notify_cpu_starting()
notifier event, and hit every arch except sparc64.

Fix that missed case.

Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc64/kernel/smp.c