This commit was manufactured by cvs2svn to create branch
[linux-2.6.git] / arch / i386 / kernel / io_apic.c
index a40687e..39af35d 100644 (file)
@@ -1714,7 +1714,7 @@ static void __init setup_ioapic_ids_from_mpc(void)
                reg_00.raw = io_apic_read(apic, 0);
                spin_unlock_irqrestore(&ioapic_lock, flags);
                if (reg_00.bits.ID != mp_ioapics[apic].mpc_apicid)
-                       panic("could not set ID!\n");
+                       printk("could not set ID!\n");
                else
                        printk(" ok.\n");
        }