diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2011-10-16 05:06:39 -0700 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2011-10-16 05:06:39 -0700 |
commit | 5ee3f586bfe6ac76229aa17b2f8aefdaefe22c61 (patch) | |
tree | 4878dc881eb8f298881344338679187e204a2443 /src/arch/power/SConscript | |
parent | baae510b56c4c4ac844663c878d960787f78425d (diff) | |
download | gem5-5ee3f586bfe6ac76229aa17b2f8aefdaefe22c61.tar.xz |
Power: Add a stub implementation for vtophys in SE and FS.
Diffstat (limited to 'src/arch/power/SConscript')
-rw-r--r-- | src/arch/power/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/power/SConscript b/src/arch/power/SConscript index dc1f8b491..366fc1e65 100644 --- a/src/arch/power/SConscript +++ b/src/arch/power/SConscript @@ -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') |