X-Git-Url: https://repo.jachan.dev/qemu.git/blobdiff_plain/1eff7fbf116790aaacc8f89def68be11149626cc..baa8c602295b1d33844503ce0a172b85f84646d3:/cache-utils.h diff --git a/cache-utils.h b/cache-utils.h index 19b24ab4e1..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" - -#ifdef HOST_PPC +#if defined(_ARCH_PPC) struct qemu_cache_conf { unsigned long dcache_bsize; unsigned long icache_bsize;