Message ID | 20191216221158.29572-22-richard.henderson@linaro.org |
---|---|
State | Superseded |
Headers | show |
Series | cputlb: Remove support for MMU_MODE*_SUFFIX | expand |
Richard Henderson <richard.henderson@linaro.org> writes: > The functions generated by these macros are unused. > > Cc: Guan Xuetao <gxt@mprc.pku.edu.cn> > Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> > --- > target/unicore32/cpu.h | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/target/unicore32/cpu.h b/target/unicore32/cpu.h > index 50ed9dd99c..7a32e086ed 100644 > --- a/target/unicore32/cpu.h > +++ b/target/unicore32/cpu.h > @@ -133,8 +133,6 @@ void cpu_asr_write(CPUUniCore32State *env1, target_ulong val, target_ulong mask) > int uc32_cpu_signal_handler(int host_signum, void *pinfo, void *puc); > > /* MMU modes definitions */ > -#define MMU_MODE0_SUFFIX _kernel > -#define MMU_MODE1_SUFFIX _user > #define MMU_USER_IDX 1 > static inline int cpu_mmu_index(CPUUniCore32State *env, bool ifetch) > { -- Alex Bennée
diff --git a/target/unicore32/cpu.h b/target/unicore32/cpu.h index 50ed9dd99c..7a32e086ed 100644 --- a/target/unicore32/cpu.h +++ b/target/unicore32/cpu.h @@ -133,8 +133,6 @@ void cpu_asr_write(CPUUniCore32State *env1, target_ulong val, target_ulong mask) int uc32_cpu_signal_handler(int host_signum, void *pinfo, void *puc); /* MMU modes definitions */ -#define MMU_MODE0_SUFFIX _kernel -#define MMU_MODE1_SUFFIX _user #define MMU_USER_IDX 1 static inline int cpu_mmu_index(CPUUniCore32State *env, bool ifetch) {
The functions generated by these macros are unused. Cc: Guan Xuetao <gxt@mprc.pku.edu.cn> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> --- target/unicore32/cpu.h | 2 -- 1 file changed, 2 deletions(-) -- 2.20.1