summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/io_apic_64.c
diff options
context:
space:
mode:
authorAndreas Herrmann2008-06-05 16:35:10 +0200
committerIngo Molnar2008-06-10 12:21:10 +0200
commit668231141f307ffd81db075b34bddaedae0ec863 (patch)
treeab5d614cdb56bfe1493a9c052c7b17554ddd5f96 /arch/x86/kernel/io_apic_64.c
parentx86: break mutual header inclusion (diff)
downloadkernel-qcow2-linux-668231141f307ffd81db075b34bddaedae0ec863.tar.gz
kernel-qcow2-linux-668231141f307ffd81db075b34bddaedae0ec863.tar.xz
kernel-qcow2-linux-668231141f307ffd81db075b34bddaedae0ec863.zip
x86: fix compile warning in io_apic_{32,64}.c
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/io_apic_64.c')
-rw-r--r--arch/x86/kernel/io_apic_64.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/io_apic_64.c b/arch/x86/kernel/io_apic_64.c
index ef1a8dfcc529..c7c6b005f665 100644
--- a/arch/x86/kernel/io_apic_64.c
+++ b/arch/x86/kernel/io_apic_64.c
@@ -1077,6 +1077,7 @@ void __apicdebuginit print_local_APIC(void * dummy)
printk("\n" KERN_DEBUG "printing local APIC contents on CPU#%d/%d:\n",
smp_processor_id(), hard_smp_processor_id());
+ v = apic_read(APIC_ID);
printk(KERN_INFO "... APIC ID: %08x (%01x)\n", v, GET_APIC_ID(read_apic_id()));
v = apic_read(APIC_LVR);
printk(KERN_INFO "... APIC VERSION: %08x\n", v);