summaryrefslogtreecommitdiff
path: root/src/mem/cache/tags/iic.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/iic.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/iic.hh')
-rw-r--r--src/mem/cache/tags/iic.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mem/cache/tags/iic.hh b/src/mem/cache/tags/iic.hh
index 994f7b8f7..c96cdaf3e 100644
--- a/src/mem/cache/tags/iic.hh
+++ b/src/mem/cache/tags/iic.hh
@@ -422,7 +422,7 @@ class IIC : public BaseTags
* @param lat The access latency.
* @return A pointer to the block found, if any.
*/
- IICTag* accessBlock(Addr addr, int &lat);
+ IICTag* accessBlock(Addr addr, int &lat, int context_src);
/**
* Find the block, do not update the replacement data.
@@ -440,7 +440,7 @@ class IIC : public BaseTags
*/
IICTag* findVictim(Addr addr, PacketList &writebacks);
- void insertBlock(Addr addr, BlkType *blk);
+ void insertBlock(Addr addr, BlkType *blk, int context_src);
/**
* Called at end of simulation to complete average block reference stats.