From: Vegard Nossum Date: Tue, 1 Jul 2008 13:38:13 +0000 (+0200) Subject: x86: small unifications of address printing X-Git-Tag: v2.6.27-rc1~1106^2~249^5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f294a8ce211bed7bfaca19bef21376a86200c421;p=pandora-kernel.git 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 Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed