|
@@ -243,15 +243,6 @@ static void apic_reset_common(DeviceState *dev)
|
|
info->vapic_base_update(s);
|
|
info->vapic_base_update(s);
|
|
|
|
|
|
apic_init_reset(dev);
|
|
apic_init_reset(dev);
|
|
-
|
|
|
|
- if (bsp) {
|
|
|
|
- /*
|
|
|
|
- * LINT0 delivery mode on CPU #0 is set to ExtInt at initialization
|
|
|
|
- * time typically by BIOS, so PIC interrupt can be delivered to the
|
|
|
|
- * processor when local APIC is enabled.
|
|
|
|
- */
|
|
|
|
- s->lvt[APIC_LVT_LINT0] = 0x700;
|
|
|
|
- }
|
|
|
|
}
|
|
}
|
|
|
|
|
|
/* This function is only used for old state version 1 and 2 */
|
|
/* This function is only used for old state version 1 and 2 */
|