• Ingo Molnar's avatar
    warnings: fix arch/x86/kernel/io_apic_64.c · d562353a
    Ingo Molnar authored
    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: default avatarIngo Molnar <mingo@elte.hu>
    d562353a
io_apic_64.c 71 KB