Searched hist:7464 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/mem/
H A Dpacket.hhdiff 7464:8d92c2737ac8 Wed Jun 16 18:25:00 EDT 2010 Steve Reinhardt <steve.reinhardt@amd.com> cache: fix dirty bit setting
Only set the dirty bit when we actually write to a block
(not if we thought we might but didn't, as in a failed
SC or CAS). This requires makeing sure the dirty bit
stays set when we get an exclusive (writable) copy
in a cache-to-cache transfer from another owner, which
n turn requires copying the mem-inhibit flag from
timing-mode requests to their associated responses.

Completed in 45 milliseconds