[RFC/PATCH] powerpc: Fix 8xx build breakage due to _tlbie changes
Benjamin Herrenschmidt
benh at kernel.crashing.org
Tue Nov 20 06:50:26 EST 2007
> > Index: linux-work/arch/powerpc/mm/mmu_decl.h
> > ===================================================================
> > --- linux-work.orig/arch/powerpc/mm/mmu_decl.h 2007-11-15 14:09:16.000000000 +1100
> > +++ linux-work/arch/powerpc/mm/mmu_decl.h 2007-11-15 14:14:29.000000000 +1100
> > @@ -56,7 +56,7 @@ extern unsigned long total_lowmem;
> > * architectures. -- Dan
> > */
> > #if defined(CONFIG_8xx)
> > -#define flush_HPTE(X, va, pg) _tlbie(va)
> > +#define flush_HPTE(X, va, pg) _tlbie(va, 0, /* 8xx doesn't care about PID */)
>
> Spurious ','?
Weird, it did build ...
Ben.
More information about the Linuxppc-dev
mailing list