Fix infinite writebacks bug in cache.
authorRon Dreslinski <rdreslin@umich.edu>
Sat, 7 Oct 2006 15:36:55 +0000 (11:36 -0400)
committerRon Dreslinski <rdreslin@umich.edu>
Sat, 7 Oct 2006 15:36:55 +0000 (11:36 -0400)
commit178d114fa5ed5927a2665a30ae5813ea2e2fbfea
treeb454e47361124b4de94dab9cda71ffce74b08d0a
parentc42a7bc4f6c03703e17fb55afe5ba8e2d920e5d5
Fix infinite writebacks bug in cache.

src/mem/cache/cache_impl.hh:
    Make sure to pop the list.  Fixes infinite writeback bug.
src/mem/cache/miss/mshr_queue.cc:
    Add an assert as sanity check in case .full() stops working again.

--HG--
extra : convert_revision : d847e49a397eeb0b7c5ac060fcfc3eaeac921311
src/mem/cache/cache_impl.hh
src/mem/cache/miss/mshr_queue.cc