From e0de2c34433be76eac7798e58e1ae02f5bffb732 Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Wed, 8 Apr 2009 22:21:27 -0700 Subject: tlb: More fixing of unified TLB --- src/arch/sparc/tlb.hh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/arch/sparc/tlb.hh') diff --git a/src/arch/sparc/tlb.hh b/src/arch/sparc/tlb.hh index cba60a0ff..76b687042 100644 --- a/src/arch/sparc/tlb.hh +++ b/src/arch/sparc/tlb.hh @@ -163,10 +163,9 @@ class TLB : public BaseTLB void dumpAll(); - Fault translateAtomic(RequestPtr req, - ThreadContext *tc, bool write=false, bool execute=false); + Fault translateAtomic(RequestPtr req, ThreadContext *tc, Mode mode); void translateTiming(RequestPtr req, ThreadContext *tc, - Translation *translation, bool write=false, bool execute=false); + Translation *translation, Mode mode); #if FULL_SYSTEM Tick doMmuRegRead(ThreadContext *tc, Packet *pkt); Tick doMmuRegWrite(ThreadContext *tc, Packet *pkt); -- cgit v1.2.3