[PATCH] stop ==== emergency

From: Hugh Dickins
Date: Fri Feb 03 2006 - 16:34:38 EST


dump_stack on page allocation failure presently has an irritating habit
of shouting just "====" at everyone: please stop it.

Signed-off-by: Hugh Dickins <hugh@xxxxxxxxxxx>
---

arch/i386/kernel/traps.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)

--- 2.6.16-rc2/arch/i386/kernel/traps.c 2006-02-03 09:31:53.000000000 +0000
+++ linux/arch/i386/kernel/traps.c 2006-02-03 09:59:37.000000000 +0000
@@ -166,7 +166,8 @@ static void show_trace_log_lvl(struct ta
stack = (unsigned long*)context->previous_esp;
if (!stack)
break;
- printk(KERN_EMERG " =======================\n");
+ printk(log_lvl);
+ printk(" =======================\n");
}
}

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/