diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2023-03-27 17:41:20 -0700 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2023-05-30 09:51:51 -0700 |
commit | 194339461bd3764a439af4aff6a63de764fd4c2b (patch) | |
tree | 8c33235916c40cc2f1277f5633988f8ea21fb63b /tcg/mips | |
parent | dd906a37c7abc00b38cbe421e7f397df097ac420 (diff) | |
download | qemu-194339461bd3764a439af4aff6a63de764fd4c2b.zip qemu-194339461bd3764a439af4aff6a63de764fd4c2b.tar.gz qemu-194339461bd3764a439af4aff6a63de764fd4c2b.tar.bz2 |
tcg: Remove TCG_TARGET_TLB_DISPLACEMENT_BITS
The last use was removed by e77c89fb086a.
Fixes: e77c89fb086a ("cputlb: Remove static tlb sizing")
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tcg/mips')
-rw-r--r-- | tcg/mips/tcg-target.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tcg/mips/tcg-target.h b/tcg/mips/tcg-target.h index 8fbb6c6..e4806f6 100644 --- a/tcg/mips/tcg-target.h +++ b/tcg/mips/tcg-target.h @@ -36,7 +36,6 @@ #endif #define TCG_TARGET_INSN_UNIT_SIZE 4 -#define TCG_TARGET_TLB_DISPLACEMENT_BITS 16 #define TCG_TARGET_NB_REGS 32 #define MAX_CODE_GEN_BUFFER_SIZE ((size_t)-1) |