Small bug fixes for timing LL/SC. Better now but
authorSteve Reinhardt <stever@eecs.umich.edu>
Sun, 22 Oct 2006 06:35:00 +0000 (23:35 -0700)
committerSteve Reinhardt <stever@eecs.umich.edu>
Sun, 22 Oct 2006 06:35:00 +0000 (23:35 -0700)
commit5e2263fc523633af81a81ed7cea2cf72bd57efbb
treeff0568a58123097440f67f6f966aae0004ee3053
parent0159529343f31cc4a4496d5b5c2939f8e2e0bb95
Small bug fixes for timing LL/SC.  Better now but
not necessarily 100% there yet.

src/mem/cache/cache_impl.hh:
    Generate response packet on failed store conditional.
src/mem/packet.hh:
    Clear packet flags when reinitializing.
    (SATISFIED in particular is one we don't want to leave set.)

--HG--
extra : convert_revision : 29207c8a09afcbce43f41c480ad0c1b21d47454f
src/mem/cache/cache_impl.hh
src/mem/packet.hh