Power: Add a stub implementation for vtophys in SE and FS.

This commit is contained in:
Gabe Black
2011-10-16 05:06:39 -07:00
parent baae510b56
commit 5ee3f586bf
3 changed files with 53 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ if env['TARGET_ISA'] == 'power':
Source('pagetable.cc')
Source('tlb.cc')
Source('utility.cc')
Source('vtophys.cc')
SimObject('PowerInterrupts.py')
SimObject('PowerTLB.py')