summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorMitch Hayenga <mitch.hayenga+gem5@gmail.com>2013-01-08 08:54:07 -0500
committerMitch Hayenga <mitch.hayenga+gem5@gmail.com>2013-01-08 08:54:07 -0500
commitc7dbd5e7686bbb065dfe2a74b92f4d9463ddfa80 (patch)
treec7032e991c9e5d15e1d06f4695be9538e33ba3de /.hgignore
parentdc4a0aa2fa1bc3767785b552159ab0ebe5baa72e (diff)
downloadgem5-c7dbd5e7686bbb065dfe2a74b92f4d9463ddfa80.tar.xz
mem: Make LL/SC locks fine grained
The current implementation in gem5 just keeps a list of locks per cacheline. Due to this, a store to a non-overlapping portion of the cacheline can cause an LL/SC pair to fail. This patch simply adds an address range to the lock structure, so that the lock is only invalidated if the store overlaps the lock range.
Diffstat (limited to '.hgignore')
0 files changed, 0 insertions, 0 deletions