X-Git-Url: https://repo.jachan.dev/qemu.git/blobdiff_plain/395f153dcd299026358fef4218cbf874f5ea4c6b..c92ef6a22d3c71538fcc48fb61ad353f7ba03b62:/cache-utils.h 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;