]> git.proxmox.com Git - mirror_qemu.git/blobdiff - cache-utils.h
Remove all traces of __powerpc__
[mirror_qemu.git] / cache-utils.h
index 8847dbbf7b067a46ab4de7958eec71ab3baace3b..b45fde44e85490c981006e48fb10613d6d06e6d0 100644 (file)
@@ -1,9 +1,7 @@
 #ifndef QEMU_CACHE_UTILS_H
 #define QEMU_CACHE_UTILS_H
 
-#include "config-host.h"
-
-#if defined HOST_PPC || defined HOST_PPC64
+#if defined(_ARCH_PPC)
 struct qemu_cache_conf {
     unsigned long dcache_bsize;
     unsigned long icache_bsize;