summaryrefslogtreecommitdiff
path: root/src/mem/cache/tags/random_repl.hh
diff options
context:
space:
mode:
authorNikos Nikoleris <nikos.nikoleris@arm.com>2017-02-21 14:14:44 +0000
committerNikos Nikoleris <nikos.nikoleris@arm.com>2017-02-21 14:14:44 +0000
commitcb97118d910696f8ccf95aca9bf9f658b4355ad6 (patch)
treec366eb2fcd3751577be681f146ed53c9f08eb73f /src/mem/cache/tags/random_repl.hh
parente8723310ef08e310715bb83c6e5aaae8829214e4 (diff)
downloadgem5-cb97118d910696f8ccf95aca9bf9f658b4355ad6.tar.xz
mem: Remove unused arguments (asid/contex_id) from accessBlock
Change-Id: I79c2662fc81630ab321db8a75be6cd15fa07d372 Reviewed-by: Andreas Hansson <andreas.hansson@arm.com> Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
Diffstat (limited to 'src/mem/cache/tags/random_repl.hh')
-rw-r--r--src/mem/cache/tags/random_repl.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mem/cache/tags/random_repl.hh b/src/mem/cache/tags/random_repl.hh
index 642c76777..8f08a7034 100644
--- a/src/mem/cache/tags/random_repl.hh
+++ b/src/mem/cache/tags/random_repl.hh
@@ -58,8 +58,7 @@ class RandomRepl : public BaseSetAssoc
*/
~RandomRepl() {}
- CacheBlk* accessBlock(Addr addr, bool is_secure, Cycles &lat,
- int context_src);
+ CacheBlk* accessBlock(Addr addr, bool is_secure, Cycles &lat);
CacheBlk* findVictim(Addr addr);
void insertBlock(PacketPtr pkt, BlkType *blk);
void invalidate(CacheBlk *blk);