cpu: Apply the ARM TLB rework to the O3 checker CPU.
[gem5.git] / src / kern / SConscript
index 7bcf542130b2c473e5bb478f4d0e5fefb6823272..d079cbe51341b9a513851f59fd3cac5523efb018 100644 (file)
@@ -36,6 +36,7 @@ if env['TARGET_ISA'] == 'null':
 Source('kernel_stats.cc')
 Source('linux/events.cc')
 Source('linux/linux.cc')
+Source('linux/helpers.cc')
 Source('linux/printk.cc')
 Source('freebsd/events.cc')
 Source('operatingsystem.cc')
@@ -43,11 +44,3 @@ Source('system_events.cc')
 
 DebugFlag('DebugPrintf')
 DebugFlag('Printf')
-
-if env['TARGET_ISA'] == 'alpha':
-    Source('tru64/dump_mbuf.cc')
-    Source('tru64/printf.cc')
-    Source('tru64/tru64_events.cc')
-    Source('tru64/tru64_syscalls.cc')
-
-    DebugFlag('BADADDR')