----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/1234/#review2837 -----------------------------------------------------------
Call to initCPU() is independent of the architecture in use. The check is already in place for the o3 cpu, you should add this for timing and atomic cpus. - Nilay Vaish On May 28, 2012, 10:46 a.m., Anthony Gutierrez wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > http://reviews.gem5.org/r/1234/ > ----------------------------------------------------------- > > (Updated May 28, 2012, 10:46 a.m.) > > > Review request for Default. > > > Description > ------- > > 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 > ----- > > 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
