ARM: Build vtophys in SE mode.
authorGabe Black <gblack@eecs.umich.edu>
Sun, 16 Oct 2011 12:06:39 +0000 (05:06 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Sun, 16 Oct 2011 12:06:39 +0000 (05:06 -0700)
src/arch/arm/SConscript

index fe3d84f6d241b48b81c62d0419bea4daac74fd71..1658f9d46bf725de1bbc5b66610ba637f586420c 100644 (file)
@@ -57,12 +57,13 @@ if env['TARGET_ISA'] == 'arm':
     Source('interrupts.cc')
     Source('isa.cc')
     Source('miscregs.cc')
-    Source('predecoder.cc')
     Source('nativetrace.cc')
+    Source('predecoder.cc')
+    Source('remote_gdb.cc')
     Source('table_walker.cc')
     Source('tlb.cc')
     Source('utility.cc')
-    Source('remote_gdb.cc')
+    Source('vtophys.cc')
 
     SimObject('ArmInterrupts.py')
     SimObject('ArmNativeTrace.py')
@@ -75,7 +76,6 @@ if env['TARGET_ISA'] == 'arm':
     if env['FULL_SYSTEM']:
         Source('stacktrace.cc')
         Source('system.cc')
-        Source('vtophys.cc')
         Source('linux/system.cc')
         
         SimObject('ArmSystem.py')