summaryrefslogtreecommitdiff
path: root/src/mem/protocol/MESI_Two_Level-dma.sm
diff options
context:
space:
mode:
authorNilay Vaish <nilay@cs.wisc.edu>2014-02-23 19:16:15 -0600
committerNilay Vaish <nilay@cs.wisc.edu>2014-02-23 19:16:15 -0600
commit13ad07601b3d7cdc38f85ba5960b472f3ab29fa3 (patch)
tree8a0f43076abc50823e1f245ab370b436c200a2f8 /src/mem/protocol/MESI_Two_Level-dma.sm
parent385e542c5af23688c1b9f0bd076b2bb66c7ec6c3 (diff)
downloadgem5-13ad07601b3d7cdc38f85ba5960b472f3ab29fa3.tar.xz
ruby: protocols: remove unused action z_stall
Diffstat (limited to 'src/mem/protocol/MESI_Two_Level-dma.sm')
-rw-r--r--src/mem/protocol/MESI_Two_Level-dma.sm4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mem/protocol/MESI_Two_Level-dma.sm b/src/mem/protocol/MESI_Two_Level-dma.sm
index f0301118c..37c5f982e 100644
--- a/src/mem/protocol/MESI_Two_Level-dma.sm
+++ b/src/mem/protocol/MESI_Two_Level-dma.sm
@@ -148,10 +148,6 @@ machine(DMA, "DMA Controller")
dmaResponseQueue_in.dequeue();
}
- action(z_stall, "z", desc="dma is busy..stall") {
- // do nothing
- }
-
transition(READY, ReadRequest, BUSY_RD) {
s_sendReadRequest;
p_popRequestQueue;