From: Gabe Black Date: Thu, 13 Oct 2011 09:26:21 +0000 (-0700) Subject: X86: Build vtophys in SE mode. X-Git-Tag: stable_2012_06_28~320 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=85ca77d114f6c1bc3b90ce2faa02259aa6d825fe;p=gem5.git X86: Build vtophys in SE mode. --- 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')