----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/1234/ -----------------------------------------------------------
(Updated May 28, 2012, 10:45 a.m.) Review request for Default. Summary (updated) ----------------- x86: initCPU() will try to initialize a CPU even if it's not currently active. this patch prevents switched out/deferred CPUs from being initialize because they should get their state from the active CPU when it is switched out Description (updated) ------- Changeset 9028:b3e3b0a425a0 --------------------------- x86: initCPU() will try to initialize a CPU even if it's not currently active. this patch prevents switched out/deferred CPUs from being initialize because they should get their state from the active CPU when it is switched out Diffs (updated) ----- src/arch/x86/utility.cc 1f2568933bc58b4533668fa1394f88d1dc551015 Diff: http://reviews.gem5.org/r/1234/diff/ Testing ------- Thanks, Anthony Gutierrez _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
