Re: [PATCH] powerpc/86xx: clean up smp init code

2009-04-27 Thread Kumar Gala
On Apr 23, 2009, at 7:54 AM, Martyn Welch wrote: Kumar Gala wrote: 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

Re: [PATCH] powerpc/86xx: clean up smp init code

2009-04-27 Thread Martyn Welch
Kumar Gala wrote: On Apr 23, 2009, at 7:54 AM, Martyn Welch wrote: Kumar Gala wrote: 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

Re: [PATCH] powerpc/86xx: clean up smp init code

2009-04-27 Thread Kumar Gala
On Apr 27, 2009, at 10:06 AM, Martyn Welch wrote: I am using the config in the kernel (arch/powerpc/configs/68xx/ gef_ppc9a_defconfig) as is, ditto for the DTS. CONFIG_PHYS_64BIT is not set. However, looking into it a bit further 'device_type = soc;' is missing from the DTS file, so I

Re: [PATCH] powerpc/86xx: clean up smp init code

2009-04-23 Thread Martyn Welch
Kumar Gala wrote: 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

Re: [PATCH] powerpc/86xx: clean up smp init code

2009-04-23 Thread Kumar Gala
On Apr 23, 2009, at 7:54 AM, Martyn Welch wrote: Kumar Gala wrote: 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

[PATCH] powerpc/86xx: clean up smp init code

2009-04-22 Thread Kumar Gala
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 ga...@kernel.crashing.org ---