mem: Delete the packet accessors which use guest endianness.
authorGabe Black <gabeblack@google.com>
Fri, 12 Oct 2018 12:14:01 +0000 (05:14 -0700)
committerGabe Black <gabeblack@google.com>
Fri, 1 Nov 2019 23:41:14 +0000 (23:41 +0000)
commit5fa59a283148aec728320e2d527c0157edfa5b66
tree929c81d5f2ff1168a142d229601eb3346066e85c
parentf97051aa4f031445cb8503a23f3de1218a9fc94f
mem: Delete the packet accessors which use guest endianness.

These accessors create an extra dependency on the guest OS, and can be
avoided. Now that all their uses have been removed, they aren't needed
any more.

Change-Id: I466c07fef99bce2d7964c07a7ac3dd398691378b
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/13465
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Jason Lowe-Power <jason@lowepower.com>
src/mem/packet.hh
src/mem/packet_access.hh