On 7/29/21 2:46 AM, Richard Henderson wrote: > These functions have been replaced by cpu_*_mmu as the > most proper interface to use from target code. > > Hide these declarations from code that should not use them. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > include/tcg/tcg-ldst.h | 74 ++++++++++++++++++++++++++++++++++++++++++ > include/tcg/tcg.h | 71 ---------------------------------------- > accel/tcg/cputlb.c | 1 + > tcg/tcg.c | 1 + > tcg/tci.c | 1 + > 5 files changed, 77 insertions(+), 71 deletions(-) > create mode 100644 include/tcg/tcg-ldst.h
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>