X86: Build vtophys in SE mode.
authorGabe Black <gblack@eecs.umich.edu>
Thu, 13 Oct 2011 09:26:21 +0000 (02:26 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Thu, 13 Oct 2011 09:26:21 +0000 (02:26 -0700)
src/arch/x86/SConscript

index 5ac092185853ab739e3a1bd169fe1969431d8022..aff9b1bf3e382412b0e63d241ff57082c10c45a8 100644 (file)
@@ -64,6 +64,7 @@ if env['TARGET_ISA'] == 'x86':
     Source('tlb.cc')
     Source('types.cc')
     Source('utility.cc')
+    Source('vtophys.cc')
 
     SimObject('X86LocalApic.py')
     SimObject('X86NativeTrace.py')
@@ -84,7 +85,6 @@ if env['TARGET_ISA'] == 'x86':
         Source('linux/system.cc')
         Source('system.cc')
         Source('stacktrace.cc')
-        Source('vtophys.cc')
     else:
         Source('process.cc')