From 85ca77d114f6c1bc3b90ce2faa02259aa6d825fe Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Thu, 13 Oct 2011 02:26:21 -0700 Subject: X86: Build vtophys in SE mode. --- src/arch/x86/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arch/x86/SConscript b/src/arch/x86/SConscript index 5ac092185..aff9b1bf3 100644 --- a/src/arch/x86/SConscript +++ b/src/arch/x86/SConscript @@ -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') -- cgit v1.2.3