powerpc/86xx: clean up smp init code
authorKumar Gala <galak@kernel.crashing.org>
Wed, 22 Apr 2009 17:32:09 +0000 (12:32 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Tue, 19 May 2009 05:50:20 +0000 (00:50 -0500)
commit1e76dff22ce45bc8b869a9956b24a77877915364
treedacce8c8a1da64a2d84f3eac1d4006cab65118e6
parentca851c783ccf9784fb6ffebcb25e2b6fd0b8dccc
powerpc/86xx: clean up smp init code

Removed the need for asm/mpc86xx.h as it was only used in mpc86xx_smp.c
and just moved the defines it cared about into there.  Also fixed up
the ioremap to only map the one 4k page we need access to and to iounmap
when we are done.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/include/asm/mpc86xx.h [deleted file]
arch/powerpc/platforms/86xx/gef_ppc9a.c
arch/powerpc/platforms/86xx/gef_sbc310.c
arch/powerpc/platforms/86xx/gef_sbc610.c
arch/powerpc/platforms/86xx/mpc8610_hpcd.c
arch/powerpc/platforms/86xx/mpc86xx_hpcn.c
arch/powerpc/platforms/86xx/mpc86xx_smp.c
arch/powerpc/platforms/86xx/sbc8641d.c