diff options
author | Ali Jafri <ali.jafri@arm.com> | 2015-06-09 09:21:18 -0400 |
---|---|---|
committer | Ali Jafri <ali.jafri@arm.com> | 2015-06-09 09:21:18 -0400 |
commit | f0c3b704516362f11b0ec53a2f7dae8854349ac4 (patch) | |
tree | 93346e27d698b53ce7bc956906d3e30b6e0051fc /src/arch/arm/process.cc | |
parent | 578a7f20c647e4051e137bdb219cec450a741ca6 (diff) | |
download | gem5-f0c3b704516362f11b0ec53a2f7dae8854349ac4.tar.xz |
mem: Add check for express snoop in packet destructor
Snoop packets share the request pointer with the originating
packets. We need to ensure that the snoop packet destruction does not
delete the request. Snoops are used for reads, invalidations,
HardPFReqs, Writebacks and CleansEvicts. Reads, invalidations, and
HardPFReqs need a response so their snoops do not delete the
request. For Writebacks and CleanEvicts we need to check explicitly
for whethere the current packet is an express snoop, in whcih case do
not delete the request.
Diffstat (limited to 'src/arch/arm/process.cc')
0 files changed, 0 insertions, 0 deletions