gem5/configs
Ali Saidi a432d8e085 Mem: Fix issue with dirty block being lost when entire block transferred to non-cache.
This change fixes the problem for all the cases we actively use. If you want to try
more creative I/O device attachments (E.g. sharing an L2), this won't work. You
would need another level of caching between the I/O device and the cache
(which you actually need anyway with our current code to make sure writes
propagate). This is required so that you can mark the cache in between as
top level and it won't try to send ownership of a block to the I/O device.
Asserts have been added that should catch any issues.
2011-03-17 19:20:19 -05:00
..
boot boot: script that creates a checkpoint after Linux boot up 2011-02-06 22:14:19 -08:00
common Mem: Fix issue with dirty block being lost when entire block transferred to non-cache. 2011-03-17 19:20:19 -05:00
example ARM: Clarifies creation of Linux and baremetal ARM systems. 2011-02-23 15:10:48 -06:00
ruby ruby: numa bit fix for sparse memory 2011-02-06 22:14:19 -08:00
splash2 Config: Keep track of uncached and cached ports separately. 2011-02-03 20:23:00 -08:00