alpha: Remove TheISA from the Alpha devices.
authorGabe Black <gabeblack@google.com>
Tue, 29 Oct 2019 02:21:27 +0000 (19:21 -0700)
committerGabe Black <gabeblack@google.com>
Wed, 30 Oct 2019 00:42:07 +0000 (00:42 +0000)
commit1d5119e8911c63dda9fb987ca0f2bb92b666cfa9
tree387c1ea7aac1f72dfaed59269e60ae40f4915154
parente7ab65eab205e4f43612300a24278035120cc195
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 <jason@lowepower.com>
Maintainer: Jason Lowe-Power <jason@lowepower.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/dev/alpha/tsunami.cc
src/dev/alpha/tsunami_cchip.cc
src/dev/alpha/tsunami_io.cc
src/dev/alpha/tsunami_pchip.cc