diff options
| author | Anton Johansson <anjo@rev.ng> | 2023-02-27 14:51:44 +0100 |
|---|---|---|
| committer | Richard Henderson <richard.henderson@linaro.org> | 2023-03-01 07:32:07 -1000 |
| commit | 48fbcf5c6c630eb169a5f60b6a9f00ae2ae5de87 (patch) | |
| tree | bf35a53e4b29c931c3c0076a197253468f1869cd /target/arm/cpu-param.h | |
| parent | ea5446a8bebfb7026a5d86aaf60d3e59c397f9ce (diff) | |
| download | focaccia-qemu-48fbcf5c6c630eb169a5f60b6a9f00ae2ae5de87.tar.gz focaccia-qemu-48fbcf5c6c630eb169a5f60b6a9f00ae2ae5de87.zip | |
target/arm: Remove `TARGET_TB_PCREL` define
Signed-off-by: Anton Johansson <anjo@rev.ng> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-Id: <20230227135202.9710-10-anjo@rev.ng> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'target/arm/cpu-param.h')
| -rw-r--r-- | target/arm/cpu-param.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/arm/cpu-param.h b/target/arm/cpu-param.h index 53cac9c89b..b7bde18986 100644 --- a/target/arm/cpu-param.h +++ b/target/arm/cpu-param.h @@ -31,8 +31,6 @@ # define TARGET_PAGE_BITS_VARY # define TARGET_PAGE_BITS_MIN 10 -# define TARGET_TB_PCREL 1 - /* * Cache the attrs and shareability fields from the page table entry. * |