mem: Remove extraneous acquire/release flags and attributes
authorAndreas Hansson <andreas.hansson@arm.com>
Fri, 7 Aug 2015 08:55:38 +0000 (04:55 -0400)
committerAndreas Hansson <andreas.hansson@arm.com>
Fri, 7 Aug 2015 08:55:38 +0000 (04:55 -0400)
commit83a668ad2564d1231f59f130c81cab6e7e31c364
treebc874742906a6464c40c56578aca47e19b0e842e
parent07815a33384905e0fd1d57c076daad82795e7ec8
mem: Remove extraneous acquire/release flags and attributes

This patch removes the extraneous flags and attributes from the
request and packet, and simply leaves the new commands. The change
introduced when adding acquire/release breaks all compatibility with
existing traces, and there is really no need for any new flags and
attributes. The commands should be sufficient.

This patch fixes packet tracing (urgent), and also removes the
unnecessary complexity.
src/mem/packet.cc
src/mem/packet.hh
src/mem/request.hh