----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/49/ -----------------------------------------------------------
(Updated 2010-07-16 13:21:32.096203) Review request for Default. Summary ------- Sim: When one CPU is taking over from another, the new CPU's memory is only connected up if it's not connected to something already. However, when sharing caches between several CPUs and repeatedly switching between them, the CPU thinks it is connected up when it actually isn't. To rectify this, provide a new parameter to the takeOverFrom function that forces memory to be connected up. Diffs (updated) ----- src/cpu/base.cc 249f174e6f37 src/cpu/o3/cpu.hh 249f174e6f37 src/cpu/simple/atomic.hh 249f174e6f37 src/cpu/simple/atomic.cc 249f174e6f37 src/mem/port.hh 249f174e6f37 src/mem/port.cc 249f174e6f37 Diff: http://reviews.m5sim.org/r/49/diff Testing ------- Thanks, Timothy _______________________________________________ m5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/m5-dev
