173c173
< bool probe(int asid, Addr addr) const;
---
> bool probe(Addr addr) const;
180c180
< void invalidateBlk(int asid, Addr addr);
---
> void invalidateBlk(Addr addr);
191c191
< FALRUBlk* findBlock(Addr addr, int asid, int &lat, int *inCache = 0);
---
> FALRUBlk* findBlock(Addr addr, int &lat, int *inCache = 0);
209c209
< FALRUBlk* findBlock(Addr addr, int asid) const;
---
> FALRUBlk* findBlock(Addr addr) const;
333c333
< void doCopy(Addr source, Addr dest, int asid, PacketList &writebacks)
---
> void doCopy(Addr source, Addr dest, PacketList &writebacks)