power: Tidy up isa_traits.hh and delete the VAddr class.
authorGabe Black <gabeblack@google.com>
Sat, 22 Aug 2020 04:13:59 +0000 (21:13 -0700)
committerGabe Black <gabeblack@google.com>
Fri, 28 Aug 2020 00:03:12 +0000 (00:03 +0000)
commita62b32820e00337bf793e490ede2ec2dcd5e56ee
treeff36fe9f60eb0a869028aa0929aedee62123bb9a
parent0983929a24e383efb16678df69364aec6b53cf2c
power: Tidy up isa_traits.hh and delete the VAddr class.

The VAddr class wasn't used and was just a copy (with style fixes) of
the Alpha version.

Delete unused constants in isa_traits.hh, and remove unnecessary
includes. Replace MachineBytes with sizeof(uint32_t) in
arch/power/process.cc.

Change-Id: Ia4862448c43b2dd07078b1ebbbbfda4636343730
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/33199
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Maintainer: Jason Lowe-Power <power.jg@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/arch/power/isa_traits.hh
src/arch/power/pagetable.hh
src/arch/power/process.cc