diff options
author | Pavel Emelyanov <xemul@openvz.org> | 2007-10-17 16:04:40 (GMT) |
---|---|---|
committer | Thomas Gleixner <tglx@inhelltoy.tec.linutronix.de> | 2007-10-17 18:16:52 (GMT) |
commit | 9aa8d7195acb18fc436847f6c66a97f8359ad54d (patch) | |
tree | dea6832422b478791007c49e8cc6ccd414d900e9 /arch/x86/vdso | |
parent | c1e3619edd2b3e17450d745e27e335490cafd78d (diff) | |
download | linux-fsl-qoriq-9aa8d7195acb18fc436847f6c66a97f8359ad54d.tar.xz |
i386: clean up oops/bug reports
Typically the oops first lines look like this:
BUG: unable to handle kernel NULL pointer dereference at virtual address 00000000
printing eip:
c049dfbd
*pde = 00000000
Oops: 0002 [#1]
PREEMPT SMP
...
Such output is gained with some ugly if (!nl) printk("\n"); code and
besides being a waste of lines, this is also annoying to read. The
following output looks better (and it is how it looks on x86_64):
BUG: unable to handle kernel NULL pointer dereference at virtual address 00000000
printing eip: c049dfbd *pde = 00000000
Oops: 0002 [#1] PREEMPT SMP
...
[ tglx: arch/x86 adaptation ]
Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/vdso')
0 files changed, 0 insertions, 0 deletions