gpu: Stop using TheISA in the GPU TLB.
authorGabe Black <gabeblack@google.com>
Mon, 7 Sep 2020 07:08:58 +0000 (00:08 -0700)
committerGabe Black <gabeblack@google.com>
Fri, 18 Sep 2020 13:48:45 +0000 (13:48 +0000)
commit24e87cb1c5e5b28923a544d6fd18c8bd0a458023
tree34ef7e38cd244e7deea73b1a6f18ff314ac2b92d
parent6bc2111c9674d0c8db22f6a6adcc00e49625aabd
gpu: Stop using TheISA in the GPU TLB.

This class is defined inside the X86ISA namespace, so there's no point
in pretending it's generic. Remove TheISA and let the code access what
it needs from X86ISA naturally since it's there already.

Change-Id: I21b5d2d2b9af6aa0c10ddbb5b3ddca1692188dcc
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/34173
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Matthew Poremba <matthew.poremba@amd.com>
Reviewed-by: Matt Sinclair <mattdsinclair@gmail.com>
Maintainer: Matt Sinclair <mattdsinclair@gmail.com>
src/gpu-compute/gpu_tlb.cc