aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/intr_remapping.c
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-08-18 13:04:26 +0200
committerIngo Molnar <mingo@elte.hu>2008-10-16 16:52:58 +0200
commit0c425cec64eb0c0d0dd7037c21a25585cbe3636c (patch)
tree647a5d3b24fd5a9992d58cc130a75d971f1731af /drivers/pci/intr_remapping.c
parentbf9d3cf73e8caf0b3ae0b7f508a9f251536f5ff4 (diff)
warning: fix arch x86 kernel io_apic c
fix warning: arch/x86/kernel/io_apic.c: In function ‘print_local_APIC’: arch/x86/kernel/io_apic.c:1786: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 2 has type ‘u64’ arch/x86/kernel/io_apic.c:1787: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 2 has type ‘u64’ By creating uniform behavior on 32-bit and 64-bit and printing out the ICR value in two 32-bit words. Code has changed: text data bss dec hex filename 22901 19650 17040 59591 e8c7 io_apic.o.before 22899 19650 17040 59589 e8c5 io_apic.o.after Due to the 32-bit cast narrowing the printed out value on 64-bit. Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'drivers/pci/intr_remapping.c')
0 files changed, 0 insertions, 0 deletions