Home
last modified time | relevance | path

Searched hist:f294a8ce211bed7bfaca19bef21376a86200c421 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/x86/mm/
H A Dfault.cdiff f294a8ce211bed7bfaca19bef21376a86200c421 Tue Jul 01 08:38:13 CDT 2008 Vegard Nossum <vegard.nossum@gmail.com> 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>