Only respond if the pkt needs a response.
authorRon Dreslinski <rdreslin@umich.edu>
Sun, 8 Oct 2006 23:05:48 +0000 (19:05 -0400)
committerRon Dreslinski <rdreslin@umich.edu>
Sun, 8 Oct 2006 23:05:48 +0000 (19:05 -0400)
commite65f0cef3ca70edf37ff74920def4ac899f6c7e3
tree975e458e2e1c5e566810abdfb27375679ff95867
parent8a539a774ff3ae701e2aa4daae96b5d988c74409
Only respond if the pkt needs a response.
Fix an issue with memory handling writebacks.

src/mem/cache/base_cache.hh:
src/mem/tport.cc:
    Only respond if the pkt needs a response.
src/mem/physical.cc:
    Make physical memory respond to writebacks, set satisfied for invalidates/upgrades.

--HG--
extra : convert_revision : 7601987a7923e54a6d1a168def4f8133d8de19fd
src/mem/cache/base_cache.hh
src/mem/physical.cc
src/mem/tport.cc