From 4e984e0962f047500a31fc8f2fe7fe83ed232a6b Mon Sep 17 00:00:00 2001 From: Andreas Hansson Date: Wed, 31 Oct 2012 08:39:45 -0400 Subject: stats: Update stats for fixed simple-atomic-mp config This patch updates the stats for the regressions that were affected by the typo in the simple-atomic-mp configuration. --- tests/configs/simple-atomic-mp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/configs') diff --git a/tests/configs/simple-atomic-mp.py b/tests/configs/simple-atomic-mp.py index 966ae24fe..0324bcc04 100644 --- a/tests/configs/simple-atomic-mp.py +++ b/tests/configs/simple-atomic-mp.py @@ -50,7 +50,7 @@ system.l2c.mem_side = system.membus.slave # add L1 caches for cpu in cpus: cpu.addPrivateSplitL1Caches(L1Cache(size = '32kB', assoc = 1), - L1Caches(size = '32kB', assoc = 4)) + L1Cache(size = '32kB', assoc = 4)) # create the interrupt controller cpu.createInterruptController() # connect cpu level-1 caches to shared level-2 cache -- cgit v1.2.3