]> git.baikalelectronics.ru Git - kernel.git/commit
m68k: Use new printk() extension %pS to print symbols
authorGeert Uytterhoeven <geert@linux-m68k.org>
Mon, 13 Oct 2008 19:58:48 +0000 (21:58 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 14 Oct 2008 17:23:26 +0000 (10:23 -0700)
commit667cccc4cea4ed270e63eeef48f54d89b5f0ecf7
treee8dd6ccc03b5360f15406af697fae7b615bcf69a
parent142e8e05015e8e15a5419e9cc2137c1f5e4f971f
m68k: Use new printk() extension %pS to print symbols

This changes the oops and backtrace code to use the new `%pS' printk()
extension to print out symbols rather than manually calling print_symbol.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/m68k/kernel/traps.c