diff options
Diffstat (limited to 'src/mem/cache/blk.hh')
-rw-r--r-- | src/mem/cache/blk.hh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mem/cache/blk.hh b/src/mem/cache/blk.hh index a1e45028b..65f32ff91 100644 --- a/src/mem/cache/blk.hh +++ b/src/mem/cache/blk.hh @@ -129,6 +129,11 @@ class CacheBlk */ Tick lastTouchTick; + /** + * Re-Reference Interval Prediction Value. Used with RRIP repl policy. + */ + unsigned rrpv; + protected: /** * Represents that the indicated thread context has a "lock" on |