From 1d5119e8911c63dda9fb987ca0f2bb92b666cfa9 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Mon, 28 Oct 2019 19:21:27 -0700 Subject: alpha: Remove TheISA from the Alpha devices. These are the from the various bits of the tsunami platform. They primarily consisted of "using TheISA" which could be replaced with using AlphaISA or removed altogether (I went with the later), and use of TheISA:: which I replaced with AlphaISA::. Change-Id: Ic52577c65241a92a3f1ae318a19431f8faa50a66 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/22264 Reviewed-by: Jason Lowe-Power Maintainer: Jason Lowe-Power Tested-by: kokoro --- src/dev/alpha/tsunami.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/dev/alpha/tsunami.cc') diff --git a/src/dev/alpha/tsunami.cc b/src/dev/alpha/tsunami.cc index 30df89d0c..3db7c496d 100644 --- a/src/dev/alpha/tsunami.cc +++ b/src/dev/alpha/tsunami.cc @@ -39,15 +39,12 @@ #include #include "arch/alpha/system.hh" -#include "config/the_isa.hh" #include "cpu/intr_control.hh" #include "dev/alpha/tsunami_cchip.hh" #include "dev/alpha/tsunami_io.hh" #include "dev/alpha/tsunami_pchip.hh" using namespace std; -//Should this be AlphaISA? -using namespace TheISA; Tsunami::Tsunami(const Params *p) : Platform(p), system(p->system) -- cgit v1.2.3