diff options
Diffstat (limited to 'cache-utils.h')
-rw-r--r-- | cache-utils.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cache-utils.h b/cache-utils.h index 8847dbbf7b..b45fde44e8 100644 --- a/cache-utils.h +++ b/cache-utils.h @@ -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; |