gem5/src/mem/cache/miss
Ron Dreslinski 178d114fa5 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
2006-10-07 11:36:55 -04:00
..
blocking_buffer.cc Remove threadnum from cache everywhere for now 2006-10-06 09:15:53 -04:00
blocking_buffer.hh Pulled out changes to fix EIO programs with caches. Also fixes any translatingPort read/write Blob function problems with caches. 2006-08-15 16:21:46 -04:00
miss_queue.cc Remove threadnum from cache everywhere for now 2006-10-06 09:15:53 -04:00
miss_queue.hh Pulled out changes to fix EIO programs with caches. Also fixes any translatingPort read/write Blob function problems with caches. 2006-08-15 16:21:46 -04:00
mshr.cc Remove threadnum from cache everywhere for now 2006-10-06 09:15:53 -04:00
mshr.hh Pulled out changes to fix EIO programs with caches. Also fixes any translatingPort read/write Blob function problems with caches. 2006-08-15 16:21:46 -04:00
mshr_queue.cc Fix infinite writebacks bug in cache. 2006-10-07 11:36:55 -04:00
mshr_queue.hh Pulled out changes to fix EIO programs with caches. Also fixes any translatingPort read/write Blob function problems with caches. 2006-08-15 16:21:46 -04:00