Ingo Molnar 0c425cec64 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>
2008-10-16 16:52:58 +02:00
..
2008-10-16 16:52:55 +02:00
2008-01-30 13:31:19 +01:00
2008-10-03 10:18:30 +02:00
2008-10-13 10:33:20 +02:00
2008-09-29 10:04:53 +02:00
2008-10-13 10:21:10 +02:00
2008-04-26 17:35:47 +02:00
2008-07-22 14:35:57 +02:00
2008-10-12 12:37:32 +02:00
2008-08-15 08:35:43 -07:00
2008-07-26 12:00:04 -07:00
2008-10-12 12:37:32 +02:00
2008-08-25 12:31:32 +02:00
2008-08-25 10:59:18 +02:00
2008-10-13 10:33:48 +02:00
2008-07-16 12:15:17 -07:00
2008-07-26 16:31:35 +02:00
2008-07-22 14:35:57 +02:00
2008-07-22 21:53:53 +02:00
2008-09-05 17:44:08 +02:00
2008-07-22 14:35:57 +02:00
2008-01-30 13:31:52 +01:00
2008-08-21 10:01:52 +02:00
2008-07-22 14:35:57 +02:00
2008-10-16 16:52:04 +02:00
2008-10-16 16:52:04 +02:00