From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Dave Kleikamp To: Josh Boyer Subject: [PATCH 0/4] *** SUBJECT HERE *** Date: Wed, 18 Aug 2010 11:44:22 -0500 Message-Id: <1282149866-4710-1-git-send-email-shaggy@linux.vnet.ibm.com> Cc: Dave Kleikamp , linuxppc-dev list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Josh, Here are some bug fixes for the powerpc-4xx tree. It'd be nice if they could make it into 2.6.46. 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(-)