From: Brad Beckmann Date: Wed, 18 Nov 2009 21:55:58 +0000 (-0800) Subject: ruby: Removed unused action z_stall X-Git-Tag: stable_2012_02_02~1575^2~42 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e84881b7a353e8a45640f7d53fa032003272656a;p=gem5.git ruby: Removed unused action z_stall --- diff --git a/src/mem/protocol/MI_example-dma.sm b/src/mem/protocol/MI_example-dma.sm index 0f4894b3a..79c42e719 100644 --- a/src/mem/protocol/MI_example-dma.sm +++ b/src/mem/protocol/MI_example-dma.sm @@ -115,10 +115,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;