From patchwork Sat Sep 17 20:00:34 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [8/8] ppc: Support tcg interpreter on ppc hosts Date: Sat, 17 Sep 2011 10:00:34 -0000 From: Stefan Weil X-Patchwork-Id: 115163 Message-Id: <1316289634-18786-8-git-send-email-weil@mail.berlios.de> To: QEMU Developers Tests of the tcg interpreter on an (emulated) ppc host needed this small change. Signed-off-by: Stefan Weil --- cache-utils.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cache-utils.h b/cache-utils.h index 0b65907..7c3b282 100644 --- a/cache-utils.h +++ b/cache-utils.h @@ -1,7 +1,7 @@ #ifndef QEMU_CACHE_UTILS_H #define QEMU_CACHE_UTILS_H -#if defined(_ARCH_PPC) +#if defined(_ARCH_PPC) && !defined(CONFIG_TCG_INTERPRETER) struct qemu_cache_conf { unsigned long dcache_bsize; unsigned long icache_bsize;