diff options
author | Vegard Nossum <vegard.nossum@gmail.com> | 2008-07-01 15:38:13 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-01 16:21:41 +0200 |
commit | f294a8ce211bed7bfaca19bef21376a86200c421 (patch) | |
tree | f4400393a4f552989bc0560e9588c7457f1a6ae8 /include/asm-x86/smp.h | |
parent | 9d8ad5d6c7fce31fd2c0fd4fe9977bda3e92e340 (diff) |
x86: small unifications of address printing
'man 3 printf' tells me that %p should be printed as if by %#x, but
this is not true for the kernel, which does not use the '0x' prefix
for the %p conversion specifier.
A small cast to (void *) is also prettier than #ifdef/#else/#endif.
Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/smp.h')
0 files changed, 0 insertions, 0 deletions