diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2009-04-22 12:32:09 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-05-19 00:50:20 -0500 |
commit | 1e76dff22ce45bc8b869a9956b24a77877915364 (patch) | |
tree | dacce8c8a1da64a2d84f3eac1d4006cab65118e6 /arch/powerpc/platforms/86xx/mpc86xx_hpcn.c | |
parent | ca851c783ccf9784fb6ffebcb25e2b6fd0b8dccc (diff) | |
download | blackbird-obmc-linux-1e76dff22ce45bc8b869a9956b24a77877915364.tar.gz blackbird-obmc-linux-1e76dff22ce45bc8b869a9956b24a77877915364.zip |
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>
Diffstat (limited to 'arch/powerpc/platforms/86xx/mpc86xx_hpcn.c')
-rw-r--r-- | arch/powerpc/platforms/86xx/mpc86xx_hpcn.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/86xx/mpc86xx_hpcn.c b/arch/powerpc/platforms/86xx/mpc86xx_hpcn.c index c4ec49b5f7f8..7e9e83c04a8a 100644 --- a/arch/powerpc/platforms/86xx/mpc86xx_hpcn.c +++ b/arch/powerpc/platforms/86xx/mpc86xx_hpcn.c @@ -24,7 +24,6 @@ #include <asm/time.h> #include <asm/machdep.h> #include <asm/pci-bridge.h> -#include <asm/mpc86xx.h> #include <asm/prom.h> #include <mm/mmu_decl.h> #include <asm/udbg.h> |