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)
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>

No differences found