The patch titled ppc: booke reg MCSR msg misquoted has been removed from the -mm tree. Its filename was ppc-booke-reg-mcsr-msg-misquoted.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: ppc: booke reg MCSR msg misquoted From: nkalmala <nkalmala@xxxxxxxxx> PPC/booke reg MCSR value misquoted Signed-off-by: nkalmala <nkalmala@xxxxxxxxx> Cc: Paul Mackerras <paulus@xxxxxxxxx> Cc: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx> Cc: <linuxppc-dev@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/ppc/kernel/traps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN arch/ppc/kernel/traps.c~ppc-booke-reg-mcsr-msg-misquoted arch/ppc/kernel/traps.c --- a/arch/ppc/kernel/traps.c~ppc-booke-reg-mcsr-msg-misquoted +++ a/arch/ppc/kernel/traps.c @@ -316,7 +316,7 @@ void machine_check_exception(struct pt_r if (reason & MCSR_BUS_RBERR) printk("Bus - Read Data Bus Error\n"); if (reason & MCSR_BUS_WBERR) - printk("Bus - Read Data Bus Error\n"); + printk("Bus - Write Data Bus Error\n"); if (reason & MCSR_BUS_IPERR) printk("Bus - Instruction Parity Error\n"); if (reason & MCSR_BUS_RPERR) _ Patches currently in -mm which might be from nkalmala@xxxxxxxxx are git-powerpc.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html