Put the Alpha tlb stuff into the AlphaISA namespace, and give the classes more neutra...
[gem5.git] / src / cpu / simple / timing.cc
index fe6775ea4d158cf478e75be30c4092b296764e0d..4384178825df84532e30c7fb87aafe84d507b7bc 100644 (file)
@@ -665,8 +665,8 @@ BEGIN_DECLARE_SIM_OBJECT_PARAMS(TimingSimpleCPU)
     Param<int> cpu_id;
 
 #if FULL_SYSTEM
-    SimObjectParam<AlphaITB *> itb;
-    SimObjectParam<AlphaDTB *> dtb;
+    SimObjectParam<TheISA::ITB *> itb;
+    SimObjectParam<TheISA::DTB *> dtb;
     Param<Tick> profile;
 #else
     SimObjectParam<Process *> workload;