summaryrefslogtreecommitdiff
path: root/src/mem/cache/noncoherent_cache.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/cache/noncoherent_cache.hh')
-rw-r--r--src/mem/cache/noncoherent_cache.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mem/cache/noncoherent_cache.hh b/src/mem/cache/noncoherent_cache.hh
index 2a60f4c5e..fea3cd980 100644
--- a/src/mem/cache/noncoherent_cache.hh
+++ b/src/mem/cache/noncoherent_cache.hh
@@ -120,7 +120,8 @@ class NoncoherentCache : public BaseCache
* needs_writeble parameter is ignored.
*/
PacketPtr createMissPacket(PacketPtr cpu_pkt, CacheBlk *blk,
- bool needs_writable) const override;
+ bool needs_writable,
+ bool is_whole_line_write) const override;
M5_NODISCARD PacketPtr evictBlock(CacheBlk *blk) override;