From: Ingo Molnar Date: Sun, 12 Oct 2008 13:22:22 +0000 (+0200) Subject: warnings: fix arch/x86/kernel/io_apic_64.c X-Git-Tag: v2.6.28-rc1~699^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d562353a4533c4671af683499191707c9a77c406;p=pandora-kernel.git warnings: fix arch/x86/kernel/io_apic_64.c fix: arch/x86/kernel/io_apic_64.c: In function ‘print_local_APIC’: arch/x86/kernel/io_apic_64.c:1284: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 2 has type ‘long unsigned int’ arch/x86/kernel/io_apic_64.c:1285: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 2 has type ‘long unsigned int’ We want to print the two halves of 'icr' at 32 bit width. Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed