isa_mmio: Always use little endian
authorAlexander Graf <agraf@suse.de>
Wed, 8 Dec 2010 11:05:49 +0000 (12:05 +0100)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 11 Dec 2010 15:24:26 +0000 (15:24 +0000)
commit6914926eb9480dabd7bb4bad2ee067bee65190b7
tree90528f9386c5712a6a6c15de6b2a3eff5852a5f6
parentded78defd018b13a2326bd5f4d9c52df099693c5
isa_mmio: Always use little endian

This patch converts the ISA MMIO bridge code to always use little endian mmio.
All bswap code that existed was only there to convert from native cpu
endianness to little endian ISA devices.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
14 files changed:
hw/bonito.c
hw/gt64xxx.c
hw/isa.h
hw/isa_mmio.c
hw/mips_jazz.c
hw/mips_mipssim.c
hw/mips_r4k.c
hw/ppc440.c
hw/ppc_newworld.c
hw/ppc_oldworld.c
hw/ppce500_mpc8544ds.c
hw/sh_pci.c
hw/sun4u.c
hw/versatile_pci.c