diff options
author | Andrew Bardsley <Andrew.Bardsley@arm.com> | 2014-09-12 10:22:49 -0400 |
---|---|---|
committer | Andrew Bardsley <Andrew.Bardsley@arm.com> | 2014-09-12 10:22:49 -0400 |
commit | 1a45a8c5d3527f0d96c48e176073d39413b4f990 (patch) | |
tree | 4a75f497aec8b6c5d8c7ceb7c17a60b833db4b8c /src/cpu/ExeTracer.py | |
parent | c8b919aba27a41adb7f75aeace358e4d31c47b76 (diff) | |
download | gem5-1a45a8c5d3527f0d96c48e176073d39413b4f990.tar.xz |
cpu: Fix memory access in Minor not setting parent Request flags
This patch fixes cases where uncacheable/memory type flags are not set
correctly on a memory op which is split in the LSQ. Without this
patch, request->request if freely used to check flags where the flags
should actually come from the accumulation of request fragment flags.
This patch also fixes a bug where an uncacheable access which passes
through tryToSendRequest more than once can increment
LSQ::numAccessesInMemorySystem more than once.
Diffstat (limited to 'src/cpu/ExeTracer.py')
0 files changed, 0 insertions, 0 deletions