From c6d8ed24b446b1f1e07af87cde54317f54a1d42e Mon Sep 17 00:00:00 2001 From: Jani Kokkonen Date: Wed, 10 Jul 2013 17:02:00 +0200 Subject: tcg/aarch64: Implement tlb lookup fast path Supports CONFIG_QEMU_LDST_OPTIMIZATION Signed-off-by: Jani Kokkonen Reviewed-by: Richard Henderson Reviewed-by: Claudio Fontana --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 0e0adde410..8e425ba6e7 100755 --- a/configure +++ b/configure @@ -3594,7 +3594,7 @@ echo "libs_softmmu=$libs_softmmu" >> $config_host_mak echo "ARCH=$ARCH" >> $config_host_mak case "$cpu" in - arm|i386|x86_64|ppc) + arm|i386|x86_64|ppc|aarch64) # The TCG interpreter currently does not support ld/st optimization. if test "$tcg_interpreter" = "no" ; then echo "CONFIG_QEMU_LDST_OPTIMIZATION=y" >> $config_host_mak -- cgit v1.2.3-55-g7522