mem: Deallocate all write-queue entries when sent
authorAndreas Hansson <andreas.hansson@arm.com>
Thu, 21 Apr 2016 08:48:07 +0000 (04:48 -0400)
committerAndreas Hansson <andreas.hansson@arm.com>
Thu, 21 Apr 2016 08:48:07 +0000 (04:48 -0400)
commit13b9d4215dd0b5154f8f27fc6867a07c648a1af9
treea47c957482b797e2bfda17b015bc8c7d832b9006
parent6c92ee49f1125559ffc7c20cfe96306b9c4de017
mem: Deallocate all write-queue entries when sent

This patch removes the write-queue entry tracking previously used for
uncacheable writes. The write-queue entry is now deallocated as soon
as the packet is sent. As a result we also forego the stats for
uncacheable writes. Additionally, there is no longer a need to attach
the write-queue entry to the packet.
src/mem/cache/cache.cc
src/mem/cache/write_queue.cc
src/mem/cache/write_queue_entry.cc
src/mem/cache/write_queue_entry.hh