Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 66823114 authored by Andreas Herrmann's avatar Andreas Herrmann Committed by Ingo Molnar
Browse files

x86: fix compile warning in io_apic_{32,64}.c



Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 6330a30a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1489,6 +1489,7 @@ void /*__init*/ 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);
+1 −0
Original line number Diff line number Diff line
@@ -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);