x86: Replace htog and gtoh with htole and letoh.
authorGabe Black <gabeblack@google.com>
Tue, 29 Oct 2019 23:40:51 +0000 (16:40 -0700)
committerGabe Black <gabeblack@google.com>
Thu, 7 Nov 2019 11:02:46 +0000 (11:02 +0000)
commit5e235694ea78a38e588c1676a262dd1c070c2742
treeec36c151f159921f08b0202bb6fe515a0bce801d
parentf9517042ae24c10f8953918a26824e3abf991b15
x86: Replace htog and gtoh with htole and letoh.

We already know what endianness to use from within x86.

Change-Id: Ie92568efe8b23fbb7d9edad55fef09c6302cbe62
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/22370
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Jason Lowe-Power <jason@lowepower.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/arch/x86/bios/e820.cc
src/arch/x86/bios/intelmp.cc
src/arch/x86/bios/smbios.cc
src/arch/x86/interrupts.cc
src/arch/x86/linux/system.cc
src/arch/x86/memhelpers.hh
src/arch/x86/mmapped_ipr.hh
src/arch/x86/nativetrace.cc
src/arch/x86/process.cc
src/arch/x86/system.cc