Re: [PATCH 05/13] powerpc/476: Add isync after loading mmu and debug spr's

2010-03-10 Thread Dave Kleikamp
On Sun, 2010-03-07 at 15:08 -0800, Hollis Blanchard wrote: > On Fri, Mar 5, 2010 at 12:43 PM, Dave Kleikamp > wrote: > > > > powerpc/476: Add isync after loading mmu and debug spr's > > > > From: Dave Kleikamp > > > > 476 requires an isync after loading MMU and debug related SPR's. Some of > > t

Re: [PATCH 05/13] powerpc/476: Add isync after loading mmu and debug spr's

2010-03-07 Thread Hollis Blanchard
On Fri, Mar 5, 2010 at 12:43 PM, Dave Kleikamp wrote: > > powerpc/476: Add isync after loading mmu and debug spr's > > From: Dave Kleikamp > > 476 requires an isync after loading MMU and debug related SPR's.  Some of > these are in performance-critical paths and may need to be optimized, but > in

[PATCH 05/13] powerpc/476: Add isync after loading mmu and debug spr's

2010-03-05 Thread Dave Kleikamp
powerpc/476: Add isync after loading mmu and debug spr's From: Dave Kleikamp 476 requires an isync after loading MMU and debug related SPR's. Some of these are in performance-critical paths and may need to be optimized, but initially, we're playing it safe. Signed-off-by: Torez Smith Signed-

[RFC: PATCH 05/13] powerpc/476: Add isync after loading mmu and debug spr's

2010-03-01 Thread Dave Kleikamp
powerpc/476: Add isync after loading mmu and debug spr's From: Dave Kleikamp 476 requires an isync after loading MMU and debug related SPR's. Some of these are in performance-critical paths and may need to be optimized, but initially, we're playing it safe. Signed-off-by: Dave Kleikamp ---