Re: [PATCH for-6.2 33/43] accel/tcg: Move cpu_atomic decls to exec/cpu_ldst.h

2021-07-29 Thread Philippe Mathieu-Daudé
On 7/29/21 2:46 AM, Richard Henderson wrote: > The previous placement in tcg/tcg.h was not logical. > > Signed-off-by: Richard Henderson > --- > include/exec/cpu_ldst.h | 87 +++ > include/tcg/tcg.h | 87 --- > tar

[PATCH for-6.2 33/43] accel/tcg: Move cpu_atomic decls to exec/cpu_ldst.h

2021-07-28 Thread Richard Henderson
The previous placement in tcg/tcg.h was not logical. Signed-off-by: Richard Henderson --- include/exec/cpu_ldst.h | 87 +++ include/tcg/tcg.h | 87 --- target/arm/helper-a64.c | 1 - target/m68k/op_helper.c