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

/gem5/src/cpu/o3/
H A DO3CPU.pydiff 9132:c8d4b0595448 Fri Jul 27 16:08:00 EDT 2012 Anthony Gutierrez <atgutier@umich.edu> checker: make checker cpu id match its host's cpu id

when using the checker i ran into problems where an instruction reading the
cpu id register failed because the ids did not match, and hence, the result
of the instruction did not match. this patch ensures that the ids match so
this instruction does not fail. this problem only seemed to manifest itself
when multiple cores were in the system, either multi-core, or extra switched-
out cores present in the system.

Completed in 9 milliseconds