vgabios: Unify X_set_mode() functions.
[seabios.git] / src / mptable.c
index 3100c9a20a25208dd04ea3feaacf7b5775d23aac..103f46243d8cd3b89afa3fc44f97901f8e265908 100644 (file)
@@ -169,7 +169,7 @@ mptable_init(void)
     intsrc->irqflag = 0; /* PO, EL default */
     intsrc->srcbus = isabusid; /* ISA */
     intsrc->srcbusirq = 0;
-    intsrc->dstapic = 0; /* BSP == APIC #0 */
+    intsrc->dstapic = 0xff; /* to all local APICs */
     intsrc->dstirq = 1; /* LINTIN1 */
     intsrc++;
     entrycount += intsrc - intsrcs;