On 7/29/21 2:46 AM, Richard Henderson wrote: > We're about to move this out of tcg.h, so rename it > as we did when moving MemOp. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > accel/tcg/atomic_template.h | 24 +++++------ > include/tcg/tcg.h | 74 ++++++++++++++++----------------- > accel/tcg/cputlb.c | 78 +++++++++++++++++------------------ > accel/tcg/user-exec.c | 2 +- > target/arm/helper-a64.c | 16 +++---- > target/arm/m_helper.c | 2 +- > target/i386/tcg/mem_helper.c | 4 +- > target/m68k/op_helper.c | 2 +- > target/mips/tcg/msa_helper.c | 6 +-- > target/s390x/tcg/mem_helper.c | 20 ++++----- > target/sparc/ldst_helper.c | 2 +- > tcg/optimize.c | 2 +- > tcg/tcg-op.c | 12 +++--- > tcg/tcg.c | 2 +- > tcg/tci.c | 14 +++---- > accel/tcg/atomic_common.c.inc | 6 +-- > tcg/aarch64/tcg-target.c.inc | 14 +++---- > tcg/arm/tcg-target.c.inc | 10 ++--- > tcg/i386/tcg-target.c.inc | 10 ++--- > tcg/mips/tcg-target.c.inc | 12 +++--- > tcg/ppc/tcg-target.c.inc | 10 ++--- > tcg/riscv/tcg-target.c.inc | 16 +++---- > tcg/s390/tcg-target.c.inc | 10 ++--- > tcg/sparc/tcg-target.c.inc | 4 +- > tcg/tcg-ldst.c.inc | 2 +- > 25 files changed, 177 insertions(+), 177 deletions(-)
Maybe mention "mechanical change using sed". Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>