SE/FS: Turn on the page table class in FS.

This commit is contained in:
Gabe Black
2011-10-16 05:06:40 -07:00
parent 6ba3ebae43
commit bcf664e5f9
7 changed files with 64 additions and 74 deletions

View File

@@ -46,12 +46,10 @@ Source('vport.cc')
if env['TARGET_ISA'] != 'no':
SimObject('PhysicalMemory.py')
Source('dram.cc')
Source('page_table.cc')
Source('physical.cc')
Source('translating_port.cc')
if not env['FULL_SYSTEM'] and env['TARGET_ISA'] != 'no':
Source('page_table.cc')
DebugFlag('Bus')
DebugFlag('BusAddrRanges')
DebugFlag('BusBridge')