[POWERPC] Cleanup pseries smp initialisation code
authorMichael Ellerman <michael@ellerman.id.au>
Thu, 8 Feb 2007 07:33:55 +0000 (18:33 +1100)
committerPaul Mackerras <paulus@samba.org>
Wed, 14 Feb 2007 00:50:03 +0000 (11:50 +1100)
commit8feaeca23ab8f520e7af2a862fd6ea8e7bfd8854
tree249798bed7822c8b2640122ae15c485a1f29593e
parent577830b034bc11c93d4b9e21e8782900d5485e7f
[POWERPC] Cleanup pseries smp initialisation code

Move some extern declarations from setup.c into the new pseries.h.
While we're at it, provide dummy implementations for !SMP, to avoid
cluttering the C file with more #ifdefs.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/platforms/pseries/pseries.h
arch/powerpc/platforms/pseries/setup.c
arch/powerpc/platforms/pseries/smp.c