diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2011-10-16 02:59:53 -0700 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2011-10-16 02:59:53 -0700 |
commit | dd8fed73872a7d4e6f78c3bba69842c7723b1560 (patch) | |
tree | 691fc7d4d0a79322c4dc49b0231691356ea86a31 /src/arch | |
parent | e8e9f9731281e8c2ecb50a9aa318a65402cbee5c (diff) | |
download | gem5-dd8fed73872a7d4e6f78c3bba69842c7723b1560.tar.xz |
Alpha: Turn on vtophys in SE mode.
Diffstat (limited to 'src/arch')
-rw-r--r-- | src/arch/alpha/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
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') |