[PATCH] powerpc: hash_page_sync should only be used on SMP & STD_MMU_32

2008-11-19 Thread Kumar Gala
Clean up the ifdefs so we only use hash_page_sync if we are CONFIG_SMP && CONFIG_PPC_STD_MMU_32 Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> --- arch/powerpc/mm/pgtable_32.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/powerpc/mm/pgtable_32.c b/arch/powerpc/

Re: [PATCH] powerpc: hash_page_sync should only be used on SMP & STD_MMU_32

2008-11-19 Thread Benjamin Herrenschmidt
On Wed, 2008-11-19 at 09:53 -0600, Kumar Gala wrote: > Clean up the ifdefs so we only use hash_page_sync if we are > CONFIG_SMP && CONFIG_PPC_STD_MMU_32 > > Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> Acked-by: Benjamin Herrenschmidt <[EMAIL PROTECTED]> > --- > arch/powerpc/mm/pgtable_32.c |