commit | 161827903bdc124655f4cd976b9f0a5ac6ebf21c | [log] [tgz] |
---|---|---|
author | Alexander van Heukelum <heukelum@fastmail.fm> | Sat Oct 04 23:12:41 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Oct 13 10:33:40 2008 +0200 |
tree | 4db12827a7ede3c41eadacb85ee8dfb3604272b9 | |
parent | dd6e4eba1c03c9562fced21736453396c045f869 [diff] |
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>