]> git.baikalelectronics.ru Git - kernel.git/commit
dumpstack: x86: make printk_address equal
authorAlexander van Heukelum <heukelum@fastmail.fm>
Sat, 4 Oct 2008 21:12:41 +0000 (23:12 +0200)
committerIngo Molnar <mingo@elte.hu>
Mon, 13 Oct 2008 08:33:40 +0000 (10:33 +0200)
commit6f2e6e62c0c8f5f675815963f909ce63a64ce131
tree4db12827a7ede3c41eadacb85ee8dfb3604272b9
parent331c80250d8b1644ddc43266009fa14dd1ab3570
dumpstack: x86: make printk_address equal

- x86_64: use %p to print an address
 - make i386-version the same as the above

The result should be the same on x86_64; on i386 the
output only changes if CONFIG_KALLSYMS is turned off,
in which case the address is printed twice.

Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/dumpstack_32.c
arch/x86/kernel/dumpstack_64.c