Re: [POWERPC] [RFC] Fix 8xx tlbie definition

2007-11-18 Thread Kumar Gala
>>> Where can I grab it to give a try? My linuxppc archive is silent >>> for some reason.. >> >> Looks like I may have failed to post it ... weird, I was sure I >> posted >> that days ago, when Olof first mentioned the breakage. I'll check & >> resend. > > I never saw it. If I had, I wouldn't

Re: [POWERPC] [RFC] Fix 8xx tlbie definition

2007-11-17 Thread Josh Boyer
On Sat, 17 Nov 2007 12:05:47 +1100 Benjamin Herrenschmidt <[EMAIL PROTECTED]> wrote: > > On Sat, 2007-11-17 at 01:28 +0300, Vitaly Bordug wrote: > > On Sat, 17 Nov 2007 08:06:29 +1100 > > Benjamin Herrenschmidt wrote: > > > > > > > > On Fri, 2007-11-16 at 11:28 -0600, Josh Boyer wrote: > > > >

Re: [POWERPC] [RFC] Fix 8xx tlbie definition

2007-11-16 Thread Benjamin Herrenschmidt
On Sat, 2007-11-17 at 01:28 +0300, Vitaly Bordug wrote: > On Sat, 17 Nov 2007 08:06:29 +1100 > Benjamin Herrenschmidt wrote: > > > > > On Fri, 2007-11-16 at 11:28 -0600, Josh Boyer wrote: > > > Git commit e701d269aa28996f3502780951fe1b12d5d66b49 introduced an > > > incorrect definition for _tlbi

Re: [POWERPC] [RFC] Fix 8xx tlbie definition

2007-11-16 Thread Vitaly Bordug
On Sat, 17 Nov 2007 08:06:29 +1100 Benjamin Herrenschmidt wrote: > > On Fri, 2007-11-16 at 11:28 -0600, Josh Boyer wrote: > > Git commit e701d269aa28996f3502780951fe1b12d5d66b49 introduced an > > incorrect definition for _tlbie on PowerPC 8xx platforms. Only the > > address should be passed to t

Re: [POWERPC] [RFC] Fix 8xx tlbie definition

2007-11-16 Thread Kumar Gala
On Nov 16, 2007, at 3:06 PM, Benjamin Herrenschmidt wrote: > > On Fri, 2007-11-16 at 11:28 -0600, Josh Boyer wrote: >> Git commit e701d269aa28996f3502780951fe1b12d5d66b49 introduced an >> incorrect >> definition for _tlbie on PowerPC 8xx platforms. Only the address >> should be >> passed to

Re: [POWERPC] [RFC] Fix 8xx tlbie definition

2007-11-16 Thread Benjamin Herrenschmidt
On Fri, 2007-11-16 at 11:28 -0600, Josh Boyer wrote: > Git commit e701d269aa28996f3502780951fe1b12d5d66b49 introduced an incorrect > definition for _tlbie on PowerPC 8xx platforms. Only the address should be > passed to the function. This patch corrects the definition of _tlbie and the > related

[POWERPC] [RFC] Fix 8xx tlbie definition

2007-11-16 Thread Josh Boyer
Git commit e701d269aa28996f3502780951fe1b12d5d66b49 introduced an incorrect definition for _tlbie on PowerPC 8xx platforms. Only the address should be passed to the function. This patch corrects the definition of _tlbie and the related tlb flushing functions for 8xx. Signed-off-by: Josh Boyer <[