projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48fbcf5
)
target/i386: Remove `TARGET_TB_PCREL` define
author
Anton Johansson
<anjo@rev.ng>
Mon, 27 Feb 2023 13:51:45 +0000
(14:51 +0100)
committer
Richard Henderson
<richard.henderson@linaro.org>
Wed, 1 Mar 2023 17:33:02 +0000
(07:33 -1000)
Signed-off-by: Anton Johansson <anjo@rev.ng>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <
20230227135202
.9710-11-anjo@rev.ng>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/i386/cpu-param.h
patch
|
blob
|
history
diff --git
a/target/i386/cpu-param.h
b/target/i386/cpu-param.h
index f579b16bd2799824c240e7e95b6f16e9922f26f8..abad52af2046521f340e96c20cb532b6e6bac82d 100644
(file)
--- a/
target/i386/cpu-param.h
+++ b/
target/i386/cpu-param.h
@@
-25,8
+25,4
@@
#define TARGET_PAGE_BITS 12
#define NB_MMU_MODES 5
-#ifndef CONFIG_USER_ONLY
-# define TARGET_TB_PCREL 1
-#endif
-
#endif