commit | 105765f451d3ff007bb4ae3761e825686d9615db | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Fri Apr 01 09:23:37 2011 +1100 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Fri Apr 01 15:37:33 2011 +1100 |
tree | d1b224faab2237a5e17f1e4139f596f75e77acb3 | |
parent | 734796f12351f9a0f38c47b981414f82d852f222 [diff] |
powerpc/smp: Don't expose per-cpu "cpu_state" array Instead, keep it static, expose an accessor and use that from the PowerMac code. Avoids easy namespace collisions and will make it easier to consolidate with other implementations. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>