From: Jaswinder Singh Rajput Date: Wed, 11 Feb 2009 18:08:25 +0000 (+0530) Subject: x86: kernel/mpparse.c fix compilation warnings X-Git-Tag: v2.6.30-rc1~211^2~26^2~2^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba1511bf7fbda452138e4096bf10d5a382710f4f;p=pandora-kernel.git x86: kernel/mpparse.c fix compilation warnings arch/x86/kernel/mpparse.c: In function ‘smp_scan_config’: arch/x86/kernel/mpparse.c:696: warning: format ‘%08lx’ expects type ‘long unsigned int’, but argument 3 has type ‘phys_addr_t’ arch/x86/kernel/mpparse.c: In function ‘update_mp_table’: arch/x86/kernel/mpparse.c:1014: warning: format ‘%lx’ expects type ‘long unsigned int’, but argument 2 has type ‘phys_addr_t’ Signed-off-by: Jaswinder Singh Rajput Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed