Cache: Fix the LRU policy for classic memory hierarchy
[gem5.git] / src / mem / cache / tags / base.hh
index 93856c19eb1a75c1505bd41390c297912ad22e77..576b512e50785dbd6c146cb09081ae9e2159fcde 100644 (file)
@@ -97,10 +97,10 @@ class BaseTags
     /** The cycle that the warmup percentage was hit. */
     Stats::Scalar warmupCycle;
 
-    /** Average occupancy of each context/cpu using the cache */
+    /** Average occupancy of each requestor using the cache */
     Stats::AverageVector occupancies;
 
-    /** Average occ % of each context/cpu using the cache */
+    /** Average occ % of each requestor using the cache */
     Stats::Formula avgOccs;
 
     /**