powerpc/smp: Don't expose per-cpu "cpu_state" array
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 31 Mar 2011 22:23:37 +0000 (09:23 +1100)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 1 Apr 2011 04:37:33 +0000 (15:37 +1100)
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>

No differences found