mem: Be less conservative in clearing load locks in the cache
Review Request #3294 - Created Jan. 21, 2016 and submitted
Information | |
---|---|
Andreas Hansson | |
gem5 | |
default | |
Reviewers | |
Default | |
Changeset 11314:476590431a66 --------------------------- mem: Be less conservative in clearing load locks in the cache Avoid being overly conservative in clearing load locks in the cache, and allow writes to the line if they are from the same context. This is in line with ALPHA and ARM.
Ship It!
Posted (Feb. 9, 2016, 9:25 a.m.)
Is similar cleanup required in AbstractMemory (checkLockedAddrList() etc.)?