Re: [PATCH 9/9] powerpc: Add SMP support to no-hash TLB handling

2008-12-08 Thread Benjamin Herrenschmidt
On Mon, 2008-12-08 at 16:32 -0600, Scott Wood wrote: > Benjamin Herrenschmidt wrote: > > Index: linux-work/arch/powerpc/mm/tlb_nohash.c > > === > > --- /dev/null 1970-01-01 00:00:00.0 + > > +++ linux-work/arch/powerpc

Re: [PATCH 9/9] powerpc: Add SMP support to no-hash TLB handling

2008-12-08 Thread Scott Wood
Benjamin Herrenschmidt wrote: Index: linux-work/arch/powerpc/mm/tlb_nohash.c === --- /dev/null 1970-01-01 00:00:00.0 + +++ linux-work/arch/powerpc/mm/tlb_nohash.c 2008-12-08 16:21:24.0 +1100 [snip] +#incl

[PATCH 9/9] powerpc: Add SMP support to no-hash TLB handling

2008-12-07 Thread Benjamin Herrenschmidt
This patch moves the whole no-hash TLB handling out of line into a new tlb_nohash.c file, and implements some basic SMP support using IPIs and/or broadcast tlbivax instructions. Signed-off-by: Benjamin Herrenschmidt <[EMAIL PROTECTED]> --- arch/powerpc/include/asm/mmu.h |3 arch/powerp