From 8e111ba2507f191f8a08d98972dd45eab0242250 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Tue, 27 Mar 2018 02:18:10 -0700 Subject: 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 Maintainer: Gabe Black --- src/dev/mips/malta.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/dev/mips/malta.cc') 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 #include -#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) -- cgit v1.2.3