diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-03-30 17:36:23 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-03-30 17:36:23 +0000 |
commit | 2b5eb3712350d65d3eacb3ae468aae5e846b27b3 (patch) | |
tree | 1f2469c4689462cf69c441166b74d634e81e4aac /hw/ppce500_pci.c | |
parent | add85a76bb3b589ad38710ca24f5a10f1446d5e7 (diff) | |
download | qemu-2b5eb3712350d65d3eacb3ae468aae5e846b27b3.tar.gz qemu-2b5eb3712350d65d3eacb3ae468aae5e846b27b3.tar.bz2 qemu-2b5eb3712350d65d3eacb3ae468aae5e846b27b3.zip |
Compile most PPC devices only once
Make byte swapping unconditional since PPC is big endian.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/ppce500_pci.c')
-rw-r--r-- | hw/ppce500_pci.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/ppce500_pci.c b/hw/ppce500_pci.c index 683e6577b6..336d284d55 100644 --- a/hw/ppce500_pci.c +++ b/hw/ppce500_pci.c @@ -15,12 +15,10 @@ */ #include "hw.h" -#include "ppc.h" #include "ppce500.h" #include "pci.h" #include "pci_host.h" #include "bswap.h" -#include "qemu-log.h" #ifdef DEBUG_PCI #define pci_debug(fmt, ...) fprintf(stderr, fmt, ## __VA_ARGS__) |