X86: Build vtophys in SE mode.

This commit is contained in:
Gabe Black 2011-10-13 02:26:21 -07:00
parent 8adc6781bf
commit 85ca77d114

View file

@ -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')