summaryrefslogtreecommitdiff
path: root/src/dev/mips/Malta.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/mips/Malta.py')
-rwxr-xr-xsrc/dev/mips/Malta.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/dev/mips/Malta.py b/src/dev/mips/Malta.py
index 290dabf01..920b5fe94 100755
--- a/src/dev/mips/Malta.py
+++ b/src/dev/mips/Malta.py
@@ -31,7 +31,6 @@ from m5.proxy import *
from BadDevice import BadDevice
from Device import BasicPioDevice
-from Pci import PciConfigAll
from Platform import Platform
from Uart import Uart8250
@@ -50,11 +49,6 @@ class MaltaIO(BasicPioDevice):
malta = Param.Malta(Parent.any, "Malta")
frequency = Param.Frequency('1024Hz', "frequency of interrupts")
-class MaltaPChip(BasicPioDevice):
- type = 'MaltaPChip'
- cxx_header = "dev/mips/malta_pchip.hh"
- malta = Param.Malta(Parent.any, "Malta")
-
class Malta(Platform):
type = 'Malta'
cxx_header = "dev/mips/malta.hh"