diff options
author | Lisa Hsu <Lisa.Hsu@amd.com> | 2010-01-18 14:33:02 -0800 |
---|---|---|
committer | Lisa Hsu <Lisa.Hsu@amd.com> | 2010-01-18 14:33:02 -0800 |
commit | 0484432a7ca177d52fa98746b16c92805df73189 (patch) | |
tree | 2ef87808c118539c446b3c5f09e342bf1b434af8 /src/mem/cache/tags/lru.hh | |
parent | de904a6d396f01a42da5399b2798568c61abeeea (diff) | |
parent | 4a40ac71f8679ea7c15efb45afd522bf4d3b3e73 (diff) | |
download | gem5-0484432a7ca177d52fa98746b16c92805df73189.tar.xz |
Automated merge with ssh://hsul@localhost:4444//repo/m5
Diffstat (limited to 'src/mem/cache/tags/lru.hh')
-rw-r--r-- | src/mem/cache/tags/lru.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mem/cache/tags/lru.hh b/src/mem/cache/tags/lru.hh index 2874d8f1f..ecd6e861f 100644 --- a/src/mem/cache/tags/lru.hh +++ b/src/mem/cache/tags/lru.hh @@ -172,7 +172,7 @@ public: * @param lat The access latency. * @return Pointer to the cache block if found. */ - LRUBlk* accessBlock(Addr addr, int &lat); + LRUBlk* accessBlock(Addr addr, int &lat, int context_src); /** * Finds the given address in the cache, do not update replacement data. @@ -197,7 +197,7 @@ public: * @param addr The address to update. * @param blk The block to update. */ - void insertBlock(Addr addr, BlkType *blk); + void insertBlock(Addr addr, BlkType *blk, int context_src); /** * Generate the tag from the given address. |