summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dev/sparc/dtod.cc2
-rw-r--r--src/dev/sparc/t1000.cc3
2 files changed, 0 insertions, 5 deletions
diff --git a/src/dev/sparc/dtod.cc b/src/dev/sparc/dtod.cc
index 3d47ff660..b87d2813a 100644
--- a/src/dev/sparc/dtod.cc
+++ b/src/dev/sparc/dtod.cc
@@ -41,14 +41,12 @@
#include "base/time.hh"
#include "base/trace.hh"
-#include "config/the_isa.hh"
#include "dev/platform.hh"
#include "mem/packet_access.hh"
#include "mem/port.hh"
#include "sim/system.hh"
using namespace std;
-using namespace TheISA;
DumbTOD::DumbTOD(const Params *p)
: BasicPioDevice(p, 0x08)
diff --git a/src/dev/sparc/t1000.cc b/src/dev/sparc/t1000.cc
index 0bc7ad87d..e3a1d7f89 100644
--- a/src/dev/sparc/t1000.cc
+++ b/src/dev/sparc/t1000.cc
@@ -38,13 +38,10 @@
#include <string>
#include <vector>
-#include "config/the_isa.hh"
#include "cpu/intr_control.hh"
#include "sim/system.hh"
using namespace std;
-//Should this be AlphaISA?
-using namespace TheISA;
T1000::T1000(const Params *p)
: Platform(p), system(p->system)