X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=cache-utils.h;h=b45fde44e85490c981006e48fb10613d6d06e6d0;hb=3576a7b2d660bdb0658f15e6978a3ec0cdd189a9;hp=8847dbbf7b067a46ab4de7958eec71ab3baace3b;hpb=395f153dcd299026358fef4218cbf874f5ea4c6b;p=qemu diff --git a/cache-utils.h b/cache-utils.h index 8847dbb..b45fde4 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;