summaryrefslogtreecommitdiff
path: root/src/dev/mips/malta.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/mips/malta.hh')
-rwxr-xr-xsrc/dev/mips/malta.hh7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/dev/mips/malta.hh b/src/dev/mips/malta.hh
index cbfa55703..205abce27 100755
--- a/src/dev/mips/malta.hh
+++ b/src/dev/mips/malta.hh
@@ -43,7 +43,6 @@
class IdeController;
class MaltaCChip;
-class MaltaPChip;
class MaltaIO;
class System;
@@ -72,12 +71,6 @@ class Malta : public Platform
*/
MaltaCChip *cchip;
- /** Pointer to the Malta PChip.
- * The pchip is the interface to the PCI bus, in our case
- * it does not have to do much.
- */
- MaltaPChip *pchip;
-
int intr_sum_type[Malta::Max_CPUs];
int ipi_pending[Malta::Max_CPUs];