summaryrefslogtreecommitdiffstats
path: root/tcg/i386
diff options
context:
space:
mode:
authorRichard Henderson2019-01-23 21:49:19 +0100
committerRichard Henderson2019-01-28 16:04:35 +0100
commite77c89fb086a9bf09dd11f72e4cb2093b426f32b (patch)
tree24e2ee4bc262c1ee2f2f853dea132d6e99e6326e /tcg/i386
parenttcg/tci: enable dynamic TLB sizing (diff)
downloadqemu-e77c89fb086a9bf09dd11f72e4cb2093b426f32b.tar.gz
qemu-e77c89fb086a9bf09dd11f72e4cb2093b426f32b.tar.xz
qemu-e77c89fb086a9bf09dd11f72e4cb2093b426f32b.zip
cputlb: Remove static tlb sizing
Now that all tcg backends support TCG_TARGET_IMPLEMENTS_DYN_TLB, remove the define and the old code. Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tcg/i386')
-rw-r--r--tcg/i386/tcg-target.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tcg/i386/tcg-target.h b/tcg/i386/tcg-target.h
index eb40312e67..7995fe3eab 100644
--- a/tcg/i386/tcg-target.h
+++ b/tcg/i386/tcg-target.h
@@ -27,7 +27,6 @@
#define TCG_TARGET_INSN_UNIT_SIZE 1
#define TCG_TARGET_TLB_DISPLACEMENT_BITS 31
-#define TCG_TARGET_IMPLEMENTS_DYN_TLB 1
#ifdef __x86_64__
# define TCG_TARGET_REG_BITS 64