From: Gabe Black Date: Sun, 19 Apr 2009 11:15:18 +0000 (-0700) Subject: X86: Actually put the PCI INTA entry into the MP tables. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b8333a5155d1231dc1e76762de6ece23ea702d8a;p=gem5.git X86: Actually put the PCI INTA entry into the MP tables. --- diff --git a/configs/common/FSConfig.py b/configs/common/FSConfig.py index f1b83a99f..974003005 100644 --- a/configs/common/FSConfig.py +++ b/configs/common/FSConfig.py @@ -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',