ARM: Clear out some inherited hangers on in util.isa and utility.hh.

This commit is contained in:
Gabe Black
2009-06-21 09:43:55 -07:00
parent 5bc1373050
commit 7d4ef8a398
4 changed files with 7 additions and 245 deletions

View File

@@ -38,7 +38,6 @@ if env['TARGET_ISA'] == 'arm':
Source('pagetable.cc')
Source('regfile/regfile.cc')
Source('tlb.cc')
Source('utility.cc')
Source('vtophys.cc')
SimObject('ArmTLB.py')