projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8adc678
)
X86: Build vtophys in SE mode.
author
Gabe Black
<gblack@eecs.umich.edu>
Thu, 13 Oct 2011 09:26:21 +0000
(
02:26
-0700)
committer
Gabe Black
<gblack@eecs.umich.edu>
Thu, 13 Oct 2011 09:26:21 +0000
(
02:26
-0700)
src/arch/x86/SConscript
patch
|
blob
|
history
diff --git
a/src/arch/x86/SConscript
b/src/arch/x86/SConscript
index 5ac092185853ab739e3a1bd169fe1969431d8022..aff9b1bf3e382412b0e63d241ff57082c10c45a8 100644
(file)
--- 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')