diff options
author | Andreas Sandberg <andreas.sandberg@arm.com> | 2015-12-03 23:09:34 +0000 |
---|---|---|
committer | Andreas Sandberg <andreas.sandberg@arm.com> | 2015-12-03 23:09:34 +0000 |
commit | 146dfd0356c4a086e397679eba1ffb57b19ce07a (patch) | |
tree | d4f1d09084639ee22ebd7c1ca96d2f4d03cc10be /src/dev/mips/malta.hh | |
parent | 00b2bd74377cfac4e06e578867b8af221b6323db (diff) | |
download | gem5-146dfd0356c4a086e397679eba1ffb57b19ce07a.tar.xz |
dev, mips: Remove the unused MaltaPChip class
The MaltaPChip class is currently unused and identical (except for the
class name) to the TsunamiPChip. If someone decides to implement PCI
for Malta, they should make sure to share code with the Tsunami
implementation if they are similar.
Diffstat (limited to 'src/dev/mips/malta.hh')
-rwxr-xr-x | src/dev/mips/malta.hh | 7 |
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]; |