diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2011-10-16 05:06:38 -0700 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2011-10-16 05:06:38 -0700 |
commit | b2af015b97e609f3e279e9fd050a8b90d4b93233 (patch) | |
tree | 0c0403623b0d5ff960969b49caba61f7e00ebb79 /src/arch/arm/SConscript | |
parent | dd8fed73872a7d4e6f78c3bba69842c7723b1560 (diff) | |
download | gem5-b2af015b97e609f3e279e9fd050a8b90d4b93233.tar.xz |
ARM: Turn on the page table walker on ARM in SE mode.
Diffstat (limited to 'src/arch/arm/SConscript')
-rw-r--r-- | src/arch/arm/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/arm/SConscript b/src/arch/arm/SConscript index 3dee08fbe..fe3d84f6d 100644 --- a/src/arch/arm/SConscript +++ b/src/arch/arm/SConscript @@ -59,6 +59,7 @@ if env['TARGET_ISA'] == 'arm': Source('miscregs.cc') Source('predecoder.cc') Source('nativetrace.cc') + Source('table_walker.cc') Source('tlb.cc') Source('utility.cc') Source('remote_gdb.cc') @@ -76,7 +77,6 @@ if env['TARGET_ISA'] == 'arm': Source('system.cc') Source('vtophys.cc') Source('linux/system.cc') - Source('table_walker.cc') SimObject('ArmSystem.py') else: |