commit | 82960b8543cca5797a5e2841a9c43b8c5c669e65 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Sun Oct 12 20:55:24 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sun Oct 12 23:55:47 2008 -0700 |
tree | a463dde0d9ac82b2251f19bef7cfa9fba72aeba4 | |
parent | 4245e59d1239a5270670807b114856365a863df8 [diff] |
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>