On Wed, 3 Apr 2019 at 04:58, Richard Henderson <richard.hender...@linaro.org> wrote: > > Cc: Guan Xuetao <g...@mprc.pku.edu.cn> > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > target/unicore32/cpu.h | 5 +++-- > target/unicore32/cpu.c | 5 +---- > target/unicore32/helper.c | 23 ----------------------- > target/unicore32/op_helper.c | 14 -------------- > target/unicore32/softmmu.c | 19 +++++++++++++++---- > 5 files changed, 19 insertions(+), 47 deletions(-)
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> You might note in the commit message that we can just delete the user-mode (non-)handling of tlb fill because we don't support unicore32 linux-user any more. thanks -- PMM