target-alpha: remove PALCODE_ declarations (unused).
[qemu] / cache-utils.h
index 19b24ab..b45fde4 100644 (file)
@@ -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;