changeset 3149b641eca8 in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=3149b641eca8
description:
        ARM: Build vtophys in SE mode.

diffstat:

 src/arch/arm/SConscript |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r cce8cf3906ca -r 3149b641eca8 src/arch/arm/SConscript
--- a/src/arch/arm/SConscript   Sun Oct 16 05:06:38 2011 -0700
+++ b/src/arch/arm/SConscript   Sun Oct 16 05:06:39 2011 -0700
@@ -57,12 +57,13 @@
     Source('interrupts.cc')
     Source('isa.cc')
     Source('miscregs.cc')
+    Source('nativetrace.cc')
     Source('predecoder.cc')
-    Source('nativetrace.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['FULL_SYSTEM']:
         Source('stacktrace.cc')
         Source('system.cc')
-        Source('vtophys.cc')
         Source('linux/system.cc')
         
         SimObject('ArmSystem.py')
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to