summaryrefslogtreecommitdiff
path: root/src/mem/cache/tags/fa_lru.hh
diff options
context:
space:
mode:
authorLisa Hsu <Lisa.Hsu@amd.com>2010-01-18 14:33:02 -0800
committerLisa Hsu <Lisa.Hsu@amd.com>2010-01-18 14:33:02 -0800
commit0484432a7ca177d52fa98746b16c92805df73189 (patch)
tree2ef87808c118539c446b3c5f09e342bf1b434af8 /src/mem/cache/tags/fa_lru.hh
parentde904a6d396f01a42da5399b2798568c61abeeea (diff)
parent4a40ac71f8679ea7c15efb45afd522bf4d3b3e73 (diff)
downloadgem5-0484432a7ca177d52fa98746b16c92805df73189.tar.xz
Automated merge with ssh://hsul@localhost:4444//repo/m5
Diffstat (limited to 'src/mem/cache/tags/fa_lru.hh')
-rw-r--r--src/mem/cache/tags/fa_lru.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mem/cache/tags/fa_lru.hh b/src/mem/cache/tags/fa_lru.hh
index 4e6bccc1d..b20d25d2b 100644
--- a/src/mem/cache/tags/fa_lru.hh
+++ b/src/mem/cache/tags/fa_lru.hh
@@ -182,7 +182,7 @@ public:
* @param inCache The FALRUBlk::inCache flags.
* @return Pointer to the cache block.
*/
- FALRUBlk* accessBlock(Addr addr, int &lat, int *inCache = 0);
+ FALRUBlk* accessBlock(Addr addr, int &lat, int context_src, int *inCache = 0);
/**
* Find the block in the cache, do not update the replacement data.
@@ -200,7 +200,7 @@ public:
*/
FALRUBlk* findVictim(Addr addr, PacketList & writebacks);
- void insertBlock(Addr addr, BlkType *blk);
+ void insertBlock(Addr addr, BlkType *blk, int context_src);
/**
* Return the hit latency of this cache.