X86: Make APICs communicate through the memory system.
This commit is contained in:
@@ -144,7 +144,8 @@ class BaseCPU(MemObject):
|
||||
if build_env['TARGET_ISA'] == 'x86' and build_env['FULL_SYSTEM']:
|
||||
_mem_ports = ["itb.walker.port",
|
||||
"dtb.walker.port",
|
||||
"interrupts.pio"]
|
||||
"interrupts.pio",
|
||||
"interrupts.int_port"]
|
||||
|
||||
def connectMemPorts(self, bus):
|
||||
for p in self._mem_ports:
|
||||
|
||||
Reference in New Issue
Block a user