Review Board 2.0.15


Thread: Use inherited baseCpu rather than cpu in SimpleThread

Review Request #1016 - Created Jan. 26, 2012 and submitted - Latest diff uploaded

Information
Andreas Hansson
gem5
default
Reviewers
Default
Thread: Use inherited baseCpu rather than cpu in SimpleThread

This patch is a trivial simplification, removing the cpu pointer from
SimpleThread and relying on the baseCpu pointer in ThreadState. The
patch does not add or change any functionality, it merely cleans up
the code.
util/regress passes for all (excluding t1000 and eio)