Fix some unset values in the request in the timing CPU.
authorRon Dreslinski <rdreslin@umich.edu>
Wed, 5 Jul 2006 19:13:27 +0000 (15:13 -0400)
committerRon Dreslinski <rdreslin@umich.edu>
Wed, 5 Jul 2006 19:13:27 +0000 (15:13 -0400)
commit4201ec84b2dd7d96148bf661124dd7b5d0e7204b
tree1886edde38b2da28cb45f4e13135b1993502f45d
parentf4c5609988731f52f9c5bd84ee2db364bbf6fd97
Fix some unset values in the request in the timing CPU.
Properly implement the MSHR allocate function.

src/cpu/simple/timing.cc:
    Set the thread context in the CPU.

    Need to do this properly, currently I just set it to Cpu=0 Thread=0.  This will just cause all the stats in the cache based on these to just yield totals and not a distribution.
src/mem/cache/miss/mshr.cc:
    Properly implement the allocate function for the MSHR.

--HG--
extra : convert_revision : bcece518e54ed1404db3196f996a77b4dd5c1c1e
src/cpu/simple/timing.cc
src/mem/cache/miss/mshr.cc