Merge with the main repo.

--HG--
rename : src/mem/vport.hh => src/mem/fs_translating_port_proxy.hh
rename : src/mem/translating_port.cc => src/mem/se_translating_port_proxy.cc
rename : src/mem/translating_port.hh => src/mem/se_translating_port_proxy.hh
This commit is contained in:
Gabe Black
2012-01-28 07:24:01 -08:00
717 changed files with 16788 additions and 13793 deletions

View File

@@ -41,14 +41,14 @@ Source('mport.cc')
Source('packet.cc')
Source('port.cc')
Source('tport.cc')
Source('vport.cc')
Source('fs_translating_port_proxy.cc')
Source('se_translating_port_proxy.cc')
if env['TARGET_ISA'] != 'no':
SimObject('PhysicalMemory.py')
Source('dram.cc')
Source('page_table.cc')
Source('physical.cc')
Source('translating_port.cc')
DebugFlag('Bus')
DebugFlag('BusAddrRanges')