Commit 123ed32a authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds

[PATCH] remove IO APIC newline

This patch is to 2.5.73-bk4 and is purely cosmetic.  Please apply.
It removes the blank line after "testing the IO APIC....":
parent b9f0797f
......@@ -1300,7 +1300,6 @@ void __init print_IO_APIC(void)
reg_03.raw = io_apic_read(apic, 3);
spin_unlock_irqrestore(&ioapic_lock, flags);
printk("\n");
printk(KERN_DEBUG "IO APIC #%d......\n", mp_ioapics[apic].mpc_apicid);
printk(KERN_DEBUG ".... register #00: %08X\n", reg_00.raw);
printk(KERN_DEBUG "....... : physical APIC id: %02X\n", reg_00.bits.ID);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment