The patch titled Subject: arch/unicore32/kernel/fpu-ucf64.c: remove unnecessary KERN_ERR has been removed from the -mm tree. Its filename was unicore32-remove-unnecessary-kern_err-in-fpu-ucf64c.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Masanari Iida <standby24x7@xxxxxxxxx> Subject: arch/unicore32/kernel/fpu-ucf64.c: remove unnecessary KERN_ERR Signed-off-by: Masanari Iida <standby24x7@xxxxxxxxx> Cc: Guan Xuetao <gxt@xxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/unicore32/kernel/fpu-ucf64.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN arch/unicore32/kernel/fpu-ucf64.c~unicore32-remove-unnecessary-kern_err-in-fpu-ucf64c arch/unicore32/kernel/fpu-ucf64.c --- a/arch/unicore32/kernel/fpu-ucf64.c~unicore32-remove-unnecessary-kern_err-in-fpu-ucf64c +++ a/arch/unicore32/kernel/fpu-ucf64.c @@ -90,8 +90,8 @@ void ucf64_exchandler(u32 inst, u32 fpex tmp &= ~(FPSCR_CON); exc &= ~(FPSCR_CMPINSTR_BIT | FPSCR_CON); } else { - pr_debug(KERN_ERR "UniCore-F64 Error: unhandled exceptions\n"); - pr_debug(KERN_ERR "UniCore-F64 FPSCR 0x%08x INST 0x%08x\n", + pr_debug("UniCore-F64 Error: unhandled exceptions\n"); + pr_debug("UniCore-F64 FPSCR 0x%08x INST 0x%08x\n", cff(FPSCR), inst); ucf64_raise_sigfpe(0, regs); _ Patches currently in -mm which might be from standby24x7@xxxxxxxxx are -- 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