mem-cache: Create an address aware TempCacheBlk
[gem5.git] / src / mem / SConscript
index 1d3249918577681d378b05fc03d65d35675531bd..625eb060837bfdc4befe644c46849c2ad42a0b9d 100644 (file)
@@ -73,8 +73,6 @@ if env['TARGET_ISA'] != 'null':
     Source('fs_translating_port_proxy.cc')
     Source('se_translating_port_proxy.cc')
     Source('page_table.cc')
-if env['TARGET_ISA'] == 'x86':
-    Source('multi_level_page_table.cc')
 
 if env['HAVE_DRAMSIM']:
     SimObject('DRAMSim2.py')