From: Vegard Nossum Date: Fri, 25 Jul 2008 08:45:56 +0000 (-0700) Subject: kallsyms: unify 32- and 64-bit code X-Git-Tag: v2.6.27-rc1~460 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2711b793eb62a5873a0ba583a69252040aef176e;p=pandora-kernel.git kallsyms: unify 32- and 64-bit code Use the %p format string which already accounts for the padding you need with a pointer type on a particular architecture. Also replace the macro with a static inline function to match the rest of the file. Cc: Heiko Carstens Cc: Arjan van de Ven Signed-off-by: Vegard Nossum Cc: Sam Ravnborg Cc: Randy Dunlap Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed