From cda4c2d280e9c1becf3b4d0b6b384f63641c45ba Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Thu, 8 Mar 2012 02:10:03 -0800 Subject: Fix the SPARC fs regression by adding a call to createInterruptController. --- tests/configs/t1000-simple-atomic.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/configs/t1000-simple-atomic.py') diff --git a/tests/configs/t1000-simple-atomic.py b/tests/configs/t1000-simple-atomic.py index 217135bf0..7e94b5c98 100644 --- a/tests/configs/t1000-simple-atomic.py +++ b/tests/configs/t1000-simple-atomic.py @@ -34,6 +34,8 @@ import FSConfig cpu = AtomicSimpleCPU(cpu_id=0) system = FSConfig.makeSparcSystem('atomic') system.cpu = cpu +# create the interrupt controller +cpu.createInterruptController() cpu.connectAllPorts(system.membus) root = Root(full_system=True, system=system) -- cgit v1.2.3