Script: Fix the scripts that use the num_cpus cache parameter
[gem5.git] / tests / configs / realview-simple-atomic-dual.py
index 985f2016bc21e6dbce156555b8697c43b4eedfa6..20bf89bede3bbb0dba8e87044e0644bf2b1777f6 100644 (file)
@@ -83,7 +83,6 @@ system.toL2Bus = Bus()
 system.l2c = L2(size='4MB', assoc=8)
 system.l2c.cpu_side = system.toL2Bus.master
 system.l2c.mem_side = system.membus.slave
-system.l2c.num_cpus = 2
 
 #connect up the cpu and l1s
 for c in cpus: