Get rid of the Unallocated thread context state.
[gem5.git] / src / arch / sparc / SparcTLB.py
index 6758d612ae30b895611c1e9788f8ae5aca442e9c..0c3fdc7fb6b2b23a9d2a47819ed1beff77567410 100644 (file)
@@ -33,15 +33,5 @@ from BaseTLB import BaseTLB
 
 class SparcTLB(BaseTLB):
     type = 'SparcTLB'
-    abstract = True
-    size = Param.Int("TLB size")
-
-class SparcDTB(SparcTLB):
-    type = 'SparcDTB'
-    cxx_class = 'SparcISA::DTB'
-    size = 64
-
-class SparcITB(SparcTLB):
-    type = 'SparcITB'
-    cxx_class = 'SparcISA::ITB'
-    size = 64
+    cxx_class = 'SparcISA::TLB'
+    size = Param.Int(64, "TLB size")