projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e24f57d
)
target/alpha: Remove MMU_MODE{0,1}_SUFFIX
author
Richard Henderson
<richard.henderson@linaro.org>
Tue, 10 Dec 2019 18:01:50 +0000
(10:01 -0800)
committer
Richard Henderson
<richard.henderson@linaro.org>
Thu, 16 Jan 2020 01:13:10 +0000
(15:13 -1000)
The functions generated by these macros are unused.
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/alpha/cpu.h
patch
|
blob
|
history
diff --git
a/target/alpha/cpu.h
b/target/alpha/cpu.h
index a530249a5bf71d6f2d5b02f2ccc5b04f05964fa8..3f782c0efe4128e0cad47fdf6689ffb5b0c5cb13 100644
(file)
--- a/
target/alpha/cpu.h
+++ b/
target/alpha/cpu.h
@@
-193,8
+193,6
@@
enum {
PALcode cheats and usees the KSEG mapping for its code+data rather than
physical addresses. */
-#define MMU_MODE0_SUFFIX _kernel
-#define MMU_MODE1_SUFFIX _user
#define MMU_KERNEL_IDX 0
#define MMU_USER_IDX 1
#define MMU_PHYS_IDX 2