summaryrefslogtreecommitdiff
path: root/src/arch/x86/SConscript
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2011-10-13 02:26:21 -0700
committerGabe Black <gblack@eecs.umich.edu>2011-10-13 02:26:21 -0700
commit85ca77d114f6c1bc3b90ce2faa02259aa6d825fe (patch)
tree5a91f0bd3f3f784148e21d037925ef0dd61001a0 /src/arch/x86/SConscript
parent8adc6781bf5741cca9a27e9e2c523b4def5a3bc3 (diff)
downloadgem5-85ca77d114f6c1bc3b90ce2faa02259aa6d825fe.tar.xz
X86: Build vtophys in SE mode.
Diffstat (limited to 'src/arch/x86/SConscript')
-rw-r--r--src/arch/x86/SConscript2
1 files changed, 1 insertions, 1 deletions
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')