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

/gem5/src/mem/
H A Dphysical.hhdiff 5275:5279ced1dd8b Mon Nov 19 18:23:00 EST 2007 Ali Saidi <saidi@eecs.umich.edu> Memory: Cache the physical memory start and size so we don't need a dynamic cast on every access.
H A Dphysical.ccdiff 5275:5279ced1dd8b Mon Nov 19 18:23:00 EST 2007 Ali Saidi <saidi@eecs.umich.edu> Memory: Cache the physical memory start and size so we don't need a dynamic cast on every access.
/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 52 milliseconds