dev: Remove SINIC_VTOPHYS and related code.
authorGabe Black <gabeblack@google.com>
Tue, 29 Oct 2019 02:27:21 +0000 (19:27 -0700)
committerGabe Black <gabeblack@google.com>
Wed, 30 Oct 2019 00:42:07 +0000 (00:42 +0000)
commitdd3abb296f9df75aa2eabda1d417c613ecc320f6
tree87d346a8f56bc5e6c90415b55c76dfb09b20e14d
parent1d5119e8911c63dda9fb987ca0f2bb92b666cfa9
dev: Remove SINIC_VTOPHYS and related code.

The code in this #ifdef isn't turned on by anything, and either has or
likely will bitrot, especially since there are no tests to even
determine manually if the code they guard works. They are also
preceeded by panics which say that the code they guard is known not to
work now anyway.

This change also gets rid of TheISA in that file since the only reason
it was around was for vtophys in the guarded code.

Change-Id: I59fd8974d0dd3d7ab0d5a8ccfa6a446d2da41eb0
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/22265
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Jason Lowe-Power <jason@lowepower.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/dev/net/sinic.cc