summaryrefslogtreecommitdiff
path: root/dev/sinic.hh
diff options
context:
space:
mode:
authorRon Dreslinski <rdreslin@umich.edu>2005-04-29 21:01:43 -0400
committerRon Dreslinski <rdreslin@umich.edu>2005-04-29 21:01:43 -0400
commit602a489573c96d574798c622a70b1b466330fdaf (patch)
tree4df5e972b36e13a647fe29f3054c8b8a10f4e524 /dev/sinic.hh
parente07fee31cb7d3434d4ce5bb05a2a6b686f49fa50 (diff)
downloadgem5-602a489573c96d574798c622a70b1b466330fdaf.tar.xz
Add suport for no allocation of cache block on a dma read passing through a cache from the cpu-side interface
--HG-- extra : convert_revision : 0a3b3741924ed39c1c8710d0963e4c8f3e73f81a
Diffstat (limited to 'dev/sinic.hh')
-rw-r--r--dev/sinic.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/sinic.hh b/dev/sinic.hh
index 6597357a2..062a5408b 100644
--- a/dev/sinic.hh
+++ b/dev/sinic.hh
@@ -316,6 +316,7 @@ class Device : public Base
Tick dma_read_factor;
Tick dma_write_delay;
Tick dma_write_factor;
+ bool dma_no_allocate;
};
protected: