cpu: Move packet deallocation to recvTimingResp in the O3 CPU
authorStephan Diestelhorst <stephan.diestelhorst@arm.com>
Tue, 2 Dec 2014 11:07:58 +0000 (06:07 -0500)
committerStephan Diestelhorst <stephan.diestelhorst@arm.com>
Tue, 2 Dec 2014 11:07:58 +0000 (06:07 -0500)
commit810349a8a789b0a99d6268fe725eca2e00cb9558
tree3048a55622223762d324233da225e48746072567
parent5c84157c291dceb8040ab4dd29142a4d141fd2ed
cpu: Move packet deallocation to recvTimingResp in the O3 CPU

Move the packet deallocations in the O3 CPU so that the completeDataAccess
deals only with the LSQ specific parts and the generic recvTimingResp frees the
packet in all other cases.
src/cpu/o3/lsq_impl.hh
src/cpu/o3/lsq_unit_impl.hh