arch: Get rid of (some) unused VAddr types.
authorGabe Black <gabeblack@google.com>
Sat, 22 Aug 2020 04:27:11 +0000 (21:27 -0700)
committerGabe Black <gabeblack@google.com>
Tue, 25 Aug 2020 19:46:56 +0000 (19:46 +0000)
commit0fdf1a5a513c92dc97d4cabe9861a19c2ad01ad6
tree0bd66f6bb8e5e1ea669f57c7339e6296b0af9e16
parent941a2d46a5b899c536cad245b454699e4ed9e23e
arch: Get rid of (some) unused VAddr types.

X86 actually defines and uses a VAddr bitunion, but the ARM, MIPS and
SPARC versions are just stubs and aren't used anywhere.

Change-Id: Iea8d0c8ab04ac1d95f49458f0fc41f291751da1a
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/33202
Maintainer: Gabe Black <gabeblack@google.com>
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com>
src/arch/arm/pagetable.hh
src/arch/mips/pagetable.hh
src/arch/sparc/pagetable.hh