X86: Set up a named constant for the "fold bit" for int register indices.
[gem5.git] / src / cpu / ozone / simple_params.hh
index d5ba6a923e3de9bcf8f1e7e82254cf754a90dce3..7687fdf60c2b91053e64f547845b70be336e8c65 100644 (file)
@@ -36,8 +36,7 @@
 //Forward declarations
 namespace TheISA
 {
-    class DTB;
-    class ITB;
+    class TLB;
 }
 class FUPool;
 class MemObject;
@@ -55,9 +54,8 @@ class SimpleParams : public BaseCPU::Params
 {
   public:
 
-#if FULL_SYSTEM
-    TheISA::ITB *itb; TheISA::DTB *dtb;
-#else
+    TheISA::TLB *itb; TheISA::TLB *dtb;
+#if !FULL_SYSTEM
     std::vector<Process *> workload;
 #endif // FULL_SYSTEM