X86: Actually put the PCI INTA entry into the MP tables.
This commit is contained in:
parent
e174239bd8
commit
b8333a5155
1 changed files with 1 additions and 0 deletions
|
@ -225,6 +225,7 @@ def makeX86System(mem_mode, mdesc = None, self = None):
|
|||
source_bus_irq = 0 + (4 << 2),
|
||||
dest_io_apic_id = io_apic.id,
|
||||
dest_io_apic_intin = 16)
|
||||
self.intel_mp_table.add_entry(pci_dev4_inta);
|
||||
assign_8259_0_to_apic = X86IntelMPIOIntAssignment(
|
||||
interrupt_type = 'ExtInt',
|
||||
polarity = 'ConformPolarity',
|
||||
|
|
Loading…
Reference in a new issue