Right now a single thread cpu 1 could get assigned context Id != 1, depending
authorLisa Hsu <hsul@eecs.umich.edu>
Wed, 5 Nov 2008 20:30:49 +0000 (15:30 -0500)
committerLisa Hsu <hsul@eecs.umich.edu>
Wed, 5 Nov 2008 20:30:49 +0000 (15:30 -0500)
commit07969dbbf1a737e666b5ba6d34cd7cf2b403a9ad
treec9c5071ab9e25020a4734a266612057a622f219c
parentc68032ddcbf0aad10123710e7c7c932bf52061a0
Right now a single thread cpu 1 could get assigned context Id != 1, depending
on the order in which it's registered with the system.  To make them match,
here is a little change.
src/cpu/base.cc
src/sim/system.cc
src/sim/system.hh