First cut at LL/SC support in caches (atomic mode only).
authorSteve Reinhardt <stever@eecs.umich.edu>
Thu, 19 Oct 2006 07:33:33 +0000 (00:33 -0700)
committerSteve Reinhardt <stever@eecs.umich.edu>
Thu, 19 Oct 2006 07:33:33 +0000 (00:33 -0700)
commitbba3dfb0d3f3ee15ddb5261d0b57c789b42a6925
tree3bed97b47bbf09931848c5ca3d37e797461f69ee
parent75ecd3be60d81fca759d34d9c8f0e4f500652aee
First cut at LL/SC support in caches (atomic mode only).

configs/example/fs.py:
    Add MOESI protocol to caches (uni coherence not quite working w/FS yet).

--HG--
extra : convert_revision : 7bef7d9c5b24bf7241cc810df692408837b06b86
configs/example/fs.py
src/mem/cache/cache_blk.hh
src/mem/cache/cache_impl.hh
src/mem/cache/tags/lru.cc