gem5/src/mem/cache
Ron Dreslinski 1b6653b6f7 Remove threadnum from cache everywhere for now
Fix so that blocking for the same reason doesn't fail.  I.E. multiple writebacks want to set the blocked flag.

src/mem/cache/miss/blocking_buffer.cc:
src/mem/cache/miss/miss_queue.cc:
src/mem/cache/miss/mshr.cc:
    Remove threadnum from cache everywhere for now

--HG--
extra : convert_revision : 7890712147655280b4f1439d486feafbd5b18b2b
2006-10-06 09:15:53 -04:00
..
coherence Fix up doxygen. 2006-08-14 19:25:07 -04:00
miss Remove threadnum from cache everywhere for now 2006-10-06 09:15:53 -04:00
prefetch 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
tags 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
base_cache.cc First pass at snooping stuff that compiles and doesn't break. 2006-10-05 21:10:03 -04:00
base_cache.hh Remove threadnum from cache everywhere for now 2006-10-06 09:15:53 -04:00
cache.cc Was having difficulty with merging the cache, reverted to an early version and will add back in the patches to make it work soon. 2006-06-28 11:02:14 -04:00
cache.hh Fixes for functional accesses to use the snoop path. 2006-10-05 23:28:03 -04:00
cache_blk.hh #include of iostream needed. 2006-08-11 20:23:31 -04:00
cache_builder.cc Fix the packet data allocation methods. Small fixes from changesets after my initial work. 2006-06-30 11:34:27 -04:00
cache_impl.hh Fixes for functional accesses to use the snoop path. 2006-10-05 23:28:03 -04:00