MIPS: Get rid of the backdoor device copy/pasted from and only used in Alpha.

This commit is contained in:
Gabe Black
2010-10-17 23:15:53 -07:00
parent b289966a78
commit 968447db66
5 changed files with 0 additions and 466 deletions

View File

@@ -32,12 +32,10 @@
Import('*')
if env['FULL_SYSTEM'] and env['TARGET_ISA'] == 'mips':
SimObject('MipsBackdoor.py')
SimObject('Malta.py')
TraceFlag('Malta')
Source('backdoor.cc')
Source('malta.cc')
Source('malta_cchip.cc')
Source('malta_io.cc')