summaryrefslogtreecommitdiff
path: root/src/mem/packet.hh
diff options
context:
space:
mode:
authorTony Gutierrez <anthony.gutierrez@amd.com>2015-12-09 22:56:31 -0500
committerTony Gutierrez <anthony.gutierrez@amd.com>2015-12-09 22:56:31 -0500
commit413f3088eabf385507e854d74c0a5861e4d2856b (patch)
tree467bfde74917b72b51b4d819b371603fb2d0ab36 /src/mem/packet.hh
parent28d7e261edc3e464c99593386b891d0974db886d (diff)
downloadgem5-413f3088eabf385507e854d74c0a5861e4d2856b.tar.xz
mem: remove acq/rel cmds from packet and add mem fence req
Diffstat (limited to 'src/mem/packet.hh')
-rw-r--r--src/mem/packet.hh6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/mem/packet.hh b/src/mem/packet.hh
index d1c285f04..12295555d 100644
--- a/src/mem/packet.hh
+++ b/src/mem/packet.hh
@@ -111,10 +111,8 @@ class MemCmd
SwapResp,
MessageReq,
MessageResp,
- ReleaseReq,
- ReleaseResp,
- AcquireReq,
- AcquireResp,
+ MemFenceReq,
+ MemFenceResp,
// Error responses
// @TODO these should be classified as responses rather than
// requests; coding them as requests initially for backwards