From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [PATCH 0/4] Some 47x patches for the powerpc-4xx tree From: Benjamin Herrenschmidt To: Dave Kleikamp In-Reply-To: <1282149960.3679.0.camel@shaggy-w500.austin.ibm.com> References: <1282149866-4710-1-git-send-email-shaggy@linux.vnet.ibm.com> <1282149960.3679.0.camel@shaggy-w500.austin.ibm.com> Content-Type: text/plain; charset="UTF-8" Date: Thu, 19 Aug 2010 13:19:57 +1000 Message-ID: <1282187997.22370.287.camel@pasglop> Mime-Version: 1.0 Cc: linuxppc-dev list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2010-08-18 at 11:45 -0500, Dave Kleikamp wrote: > Sorry! Forgot to change the subject. > > Shaggy > > On Wed, 2010-08-18 at 11:44 -0500, Dave Kleikamp wrote: > > Josh, > > Here are some bug fixes for the powerpc-4xx tree. It'd be nice if they > > could make it into 2.6.46. Yeah and I'm sure they can make it into 2.6.46... if you want to wait that long ! In the meantime, 2.6.36 will do :-) Cheers, Ben. > > Thanks, > > Shaggy > > > > Dave Kleikamp (4): > > powerpc/47x: Make sure mcsr is cleared before enabling machine check > > interrupts > > powerpc/47x: Remove redundant line from cputable.c > > powerpc/4xx: Index interrupt stacks by physical cpu > > powerpc/47x: Add an isync before the tlbivax instruction > > > > arch/powerpc/kernel/cputable.c | 1 - > > arch/powerpc/kernel/head_44x.S | 4 ++++ > > arch/powerpc/kernel/irq.c | 15 ++++++++------- > > arch/powerpc/kernel/setup_32.c | 9 +++++---- > > arch/powerpc/mm/tlb_nohash_low.S | 1 + > > 5 files changed, 18 insertions(+), 12 deletions(-) > > >