aboutsummaryrefslogtreecommitdiffstats
path: root/cache-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'cache-utils.h')
-rw-r--r--cache-utils.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/cache-utils.h b/cache-utils.h
index 8847dbbf7..b45fde44e 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;