checker: make checker cpu id match its host's cpu id
authorAnthony Gutierrez <atgutier@umich.edu>
Fri, 27 Jul 2012 20:08:04 +0000 (16:08 -0400)
committerAnthony Gutierrez <atgutier@umich.edu>
Fri, 27 Jul 2012 20:08:04 +0000 (16:08 -0400)
commit8133f2460fa8a6201deb361989a1179a163140fb
tree2fdfac8bad488bd9172f1450eca8084a1dcc0b3c
parent7bf14aedbf0a3b41e8a94701c582baf0d67a66fa
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.
src/cpu/o3/O3CPU.py