summaryrefslogtreecommitdiff
path: root/src/dev/mips/malta.cc
diff options
context:
space:
mode:
authorGabe Black <gabeblack@google.com>2018-03-27 02:18:10 -0700
committerGabe Black <gabeblack@google.com>2018-03-27 10:58:10 +0000
commit8e111ba2507f191f8a08d98972dd45eab0242250 (patch)
tree3f6a719f5157280b70c0e4e475375cf61358e26a /src/dev/mips/malta.cc
parentb18f7078c3e8e9a32294afe107965f28d498f759 (diff)
downloadgem5-8e111ba2507f191f8a08d98972dd45eab0242250.tar.xz
dev: Remove a bunch of Alpha code from MIPS, and unnecessary TheISAs.
There was a bunch of commented out code in the MIPS malta implementation which originally came from Alpha. That code is now deleted. Also, the MIPS code pulled in the TheISA namespace which it didn't use. Change-Id: I8470cc2fecb302f4399e52de4de9daf79c00a711 Reviewed-on: https://gem5-review.googlesource.com/9405 Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com> Maintainer: Gabe Black <gabeblack@google.com>
Diffstat (limited to 'src/dev/mips/malta.cc')
-rw-r--r--src/dev/mips/malta.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dev/mips/malta.cc b/src/dev/mips/malta.cc
index a25904780..ef4360951 100644
--- a/src/dev/mips/malta.cc
+++ b/src/dev/mips/malta.cc
@@ -39,7 +39,6 @@
#include <string>
#include <vector>
-#include "config/the_isa.hh"
#include "cpu/intr_control.hh"
#include "debug/Malta.hh"
#include "dev/mips/malta_cchip.hh"
@@ -48,7 +47,6 @@
#include "sim/system.hh"
using namespace std;
-using namespace TheISA;
Malta::Malta(const Params *p)
: Platform(p), system(p->system)