mem-cache: Create an address aware TempCacheBlk
[gem5.git] / src / mem / request.hh
index 258693547b57eaa5a605efa514976600d5de321f..5cb08ca392aedc7cf21678307b06a5304a5b7243 100644 (file)
@@ -202,6 +202,8 @@ class Request
          */
         STICKY_FLAGS = INST_FETCH
     };
+    static const FlagsType STORE_NO_DATA = CACHE_BLOCK_ZERO |
+        CLEAN | INVALIDATE;
 
     /** Master Ids that are statically allocated
      * @{*/