SPARC: Build vtophys into 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/sparc/SConscript

index 6f15d995800864dedfdac3aec825dab4ad0ec577..974d60ddc7a8e4270c70315aac530d44acc1ba98 100644 (file)
@@ -42,6 +42,7 @@ if env['TARGET_ISA'] == 'sparc':
     Source('tlb.cc')
     Source('ua2005.cc')
     Source('utility.cc')
+    Source('vtophys.cc')
 
     SimObject('SparcInterrupts.py')
     SimObject('SparcNativeTrace.py')
@@ -54,7 +55,6 @@ if env['TARGET_ISA'] == 'sparc':
         SimObject('SparcSystem.py')
 
         Source('system.cc')
-        Source('vtophys.cc')
     else:
         Source('process.cc')