commit | d72944457bb7d5c4be43aa1b741cb93c69484c20 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Mar 08 13:50:37 2011 +1100 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Fri Apr 01 15:37:29 2011 +1100 |
tree | 637f0b44106a44e4cc56cd45c3de9ef172f4bb4f | |
parent | 65e646ac509ff45e9f35e7fc1fea0d2b6723679f [diff] |
powerpc/smp: Add a smp_ops->bringup_up() done callback This allows us to stop abusing smp_ops->setup_cpu() for cleanup tasks that have to take place after the initial boot time CPU bringup. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>