diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2008-10-12 13:28:54 -0700 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2008-10-12 13:28:54 -0700 |
commit | 557bde43c331024eb5cecf4093a24a5b7a9cc266 (patch) | |
tree | b5bf7d105deb94b19098c431263aa6304bcae333 /src/dev/x86/SouthBridge.py | |
parent | e4590131825d27293d9642d2ac118ff03cc894f4 (diff) | |
download | gem5-557bde43c331024eb5cecf4093a24a5b7a9cc266.tar.xz |
X86: Make APICs communicate through the memory system.
Diffstat (limited to 'src/dev/x86/SouthBridge.py')
-rw-r--r-- | src/dev/x86/SouthBridge.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dev/x86/SouthBridge.py b/src/dev/x86/SouthBridge.py index 15ffe153f..8a9bea01b 100644 --- a/src/dev/x86/SouthBridge.py +++ b/src/dev/x86/SouthBridge.py @@ -72,3 +72,4 @@ class SouthBridge(SimObject): self.pit.pio = bus.port self.speaker.pio = bus.port self.io_apic.pio = bus.port + self.io_apic.int_port = bus.port |