summaryrefslogtreecommitdiff
path: root/src/mem/cache/tags/fa_lru.hh
diff options
context:
space:
mode:
authorDaniel R. Carvalho <odanrc@yahoo.com.br>2018-06-07 11:46:18 +0200
committerDaniel Carvalho <odanrc@yahoo.com.br>2018-06-15 12:06:20 +0000
commita59db0e910417e6845e4b461133b2a93b56e0141 (patch)
tree20b457e9db7554f1c84877cf4adbb71d1bcaf0fd /src/mem/cache/tags/fa_lru.hh
parent71c6a68a2f363de3b50ec15151e5d78605666292 (diff)
downloadgem5-a59db0e910417e6845e4b461133b2a93b56e0141.tar.xz
mem-cache: Forward declare ReplaceableEntry
Forward declare ReplaceableEntry where in classes where pointers to it are used. Change-Id: I49c08d36442a563d7a6b4c9bcd7eba3591d29b60 Reviewed-on: https://gem5-review.googlesource.com/11096 Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com> Reviewed-by: Jason Lowe-Power <jason@lowepower.com> Maintainer: Nikos Nikoleris <nikos.nikoleris@arm.com>
Diffstat (limited to 'src/mem/cache/tags/fa_lru.hh')
-rw-r--r--src/mem/cache/tags/fa_lru.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mem/cache/tags/fa_lru.hh b/src/mem/cache/tags/fa_lru.hh
index dee1af028..35413c253 100644
--- a/src/mem/cache/tags/fa_lru.hh
+++ b/src/mem/cache/tags/fa_lru.hh
@@ -68,6 +68,8 @@
// TrackedCaches class
//#define FALRU_DEBUG
+class ReplaceableEntry;
+
// A bitmask of the caches we are keeping track of. Currently the
// lowest bit is the smallest cache we are tracking, as it is
// specified by the corresponding parameter. The rest of the bits are