ARM: Make sure that software prefetch instructions can't change the state of the TLB
[gem5.git] / src / kern / SConscript
index 509e6b3f7c6fded9ed34f62be9525d7257844584..fc682aee012ff776feb249a5a276968b641b19d3 100644 (file)
@@ -40,11 +40,13 @@ if env['FULL_SYSTEM']:
     Source('linux/events.cc')
     Source('linux/linux_syscalls.cc')
     Source('linux/printk.cc')
-
+    
     if env['TARGET_ISA'] == 'alpha':
         Source('tru64/dump_mbuf.cc')
         Source('tru64/printf.cc')
         Source('tru64/tru64_events.cc')
         Source('tru64/tru64_syscalls.cc')
         TraceFlag('BADADDR')
-
+else:
+    Source('linux/linux.cc')
+    Source('operatingsystem.cc')