From: Gabe Black Date: Sun, 16 Oct 2011 09:59:53 +0000 (-0700) Subject: Alpha: Turn on vtophys in SE mode. X-Git-Tag: stable_2012_06_28~318 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dd8fed73872a7d4e6f78c3bba69842c7723b1560;p=gem5.git Alpha: Turn on vtophys in SE mode. --- diff --git a/src/arch/alpha/SConscript b/src/arch/alpha/SConscript index da27a136e..f4a54921e 100644 --- a/src/arch/alpha/SConscript +++ b/src/arch/alpha/SConscript @@ -42,6 +42,7 @@ if env['TARGET_ISA'] == 'alpha': Source('remote_gdb.cc') Source('tlb.cc') Source('utility.cc') + Source('vtophys.cc') SimObject('AlphaInterrupts.py') SimObject('AlphaTLB.py') @@ -54,7 +55,6 @@ if env['TARGET_ISA'] == 'alpha': Source('osfpal.cc') Source('stacktrace.cc') Source('system.cc') - Source('vtophys.cc') Source('freebsd/system.cc') Source('linux/system.cc')