Address Translation: Make SE mode use an actual TLB/MMU for translation like FS.

--HG--
extra : convert_revision : a04a30df0b6246e877a1cea35420dbac94b506b1
This commit is contained in:
Gabe Black
2007-08-26 20:24:18 -07:00
parent f738afb865
commit 537239b278
58 changed files with 776 additions and 253 deletions

View File

@@ -48,6 +48,7 @@ Source('simulate.cc')
Source('startup.cc')
Source('stat_control.cc')
Source('system.cc')
Source('tlb.cc')
if env['FULL_SYSTEM']:
Source('arguments.cc')