summaryrefslogtreecommitdiff
path: root/src/mem/cache/prefetch/stride.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/cache/prefetch/stride.hh')
-rw-r--r--src/mem/cache/prefetch/stride.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mem/cache/prefetch/stride.hh b/src/mem/cache/prefetch/stride.hh
index 0e31984f9..a491eb687 100644
--- a/src/mem/cache/prefetch/stride.hh
+++ b/src/mem/cache/prefetch/stride.hh
@@ -72,6 +72,7 @@ class StridePrefetcher : public BasePrefetcher
bool isSecure;
int stride;
int confidence;
+ bool tolerance;
};
std::list<StrideEntry*> table[Max_Contexts];