diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2019-12-10 10:03:10 -0800 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2020-01-15 15:13:10 -1000 |
commit | 91a19bc9b0397cb2ffc4fd521857294802b4f8a0 (patch) | |
tree | c9614ae18f8a0ec6b53965e93482fe6b3d4ef57f /target/cris/cpu.h | |
parent | cb0d85f0b81fd62217a632f990d47a201f5d195e (diff) |
target/cris: Remove MMU_MODE{0,1}_SUFFIX
The functions generated by these macros are unused.
Cc: Edgar E. Iglesias <edgar.iglesias@gmail.com>
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>
Diffstat (limited to 'target/cris/cpu.h')
-rw-r--r-- | target/cris/cpu.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/cris/cpu.h b/target/cris/cpu.h index a7c2a8e15b..ca240bc788 100644 --- a/target/cris/cpu.h +++ b/target/cris/cpu.h @@ -253,8 +253,6 @@ enum { #define cpu_signal_handler cpu_cris_signal_handler /* MMU modes definitions */ -#define MMU_MODE0_SUFFIX _kernel -#define MMU_MODE1_SUFFIX _user #define MMU_USER_IDX 1 static inline int cpu_mmu_index (CPUCRISState *env, bool ifetch) { |