On Fri, 2012-06-08 at 14:15 +0200, Andreas Schwab wrote: > Michael Neuling <mi...@neuling.org> writes: > > > /* Invalidate all TLBs */ > > - PPC_TLBILX_ALL(0,0) > > + PPC_TLBILX_ALL(R0,R0) > > The first argument is (RA|0), so 0 is zero, not r0.
The macro system we use cannot do that (it will prefix with REG_), since both arguments are registers we must use R0 in this case. Cheers, Ben. _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev