Fix the SPARC fs regression by adding a call to createInterruptController.
This commit is contained in:
parent
eb43883bef
commit
cda4c2d280
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,8 @@ import FSConfig
|
||||||
cpu = AtomicSimpleCPU(cpu_id=0)
|
cpu = AtomicSimpleCPU(cpu_id=0)
|
||||||
system = FSConfig.makeSparcSystem('atomic')
|
system = FSConfig.makeSparcSystem('atomic')
|
||||||
system.cpu = cpu
|
system.cpu = cpu
|
||||||
|
# create the interrupt controller
|
||||||
|
cpu.createInterruptController()
|
||||||
cpu.connectAllPorts(system.membus)
|
cpu.connectAllPorts(system.membus)
|
||||||
|
|
||||||
root = Root(full_system=True, system=system)
|
root = Root(full_system=True, system=system)
|
||||||
|
|
Loading…
Reference in a new issue