[patch 05/10] Use KERN_EMERG everywhere in oops printout
Paul Mackerras
paulus at samba.org
Fri Mar 23 22:00:37 EST 2007
anton at samba.org writes:
> @@ -926,9 +934,10 @@
> && stack[FRAME_MARKER] == REGS_MARKER) {
> struct pt_regs *regs = (struct pt_regs *)
> (sp + STACK_FRAME_OVERHEAD);
> - printk("--- Exception: %lx", regs->trap);
> + printk("%s--- Exception: %lx", log_lvl, regs->trap);
> print_symbol(" at %s\n", regs->nip);
> lr = regs->link;
> + printk(KERN_EMERG);
Why is this one KERN_EMERG rather than log_lvl? Just an oversight?
Paul.
More information about the Linuxppc-dev
mailing list