Searched hist:8211 (Results 1 - 1 of 1) sorted by relevance

/gem5/configs/common/
H A DSimulation.pydiff 8211:5275c2fbe957 Mon Apr 04 12:42:00 EDT 2011 Anthony Gutierrez <atgutier@umich.edu> Sim: Fix Simulation.py to allow more than 1 core for standard switching.

This patch moves the assignment of testsys.switch_cpus, testsys.switch_cpus_1,
switch_cpu_list, and switch_cpu_list1 outside of the for loop so they are
assigned only once, after switch_cpus and switch_cpus_1 are constructed.

Completed in 26 milliseconds