Merge ktlim@zizzer:/bk/m5
[gem5.git] / arch / alpha / tlb.hh
index de955fa46bea37a8204ec6cd05d95fa91ec50a8d..676345f01b7221412f4baaca3073da010d1a4e97 100644 (file)
@@ -31,6 +31,7 @@
 
 #include <map>
 
+#include "arch/alpha/ev5.hh"
 #include "arch/alpha/isa_traits.hh"
 #include "arch/alpha/faults.hh"
 #include "base/statistics.hh"
@@ -87,9 +88,6 @@ class AlphaITB : public AlphaTLB
     mutable Stats::Scalar<> acv;
     mutable Stats::Formula accesses;
 
-  protected:
-    void fault(Addr pc, ExecContext *xc) const;
-
   public:
     AlphaITB(const std::string &name, int size);
     virtual void regStats();
@@ -113,9 +111,6 @@ class AlphaDTB : public AlphaTLB
     Stats::Formula acv;
     Stats::Formula accesses;
 
-  protected:
-    void fault(MemReqPtr &req, uint64_t flags) const;
-
   public:
     AlphaDTB(const std::string &name, int size);
     virtual void regStats();