On 12/12/23, Philippe Mathieu-Daudé wrote:
> Last use of tswapls() was removed 2 years ago in commit
> aee14c77f4 ("linux-user: Rewrite do_getdents, do_getdents64").
>
> Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
> ---
> include/exec/cpu-all.h | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/include/exec/cpu-all.h b/include/exec/cpu-all.h
> index 5b5379b94c..b042d94892 100644
> --- a/include/exec/cpu-all.h
> +++ b/include/exec/cpu-all.h
> @@ -38,11 +38,9 @@
>
> #if TARGET_LONG_SIZE == 4
> #define tswapl(s) tswap32(s)
> -#define tswapls(s) tswap32s((uint32_t *)(s))
> #define bswaptls(s) bswap32s(s)
> #else
> #define tswapl(s) tswap64(s)
> -#define tswapls(s) tswap64s((uint64_t *)(s))
> #define bswaptls(s) bswap64s(s)
> #endif
>
> --
> 2.41.0
>
Reviewed-by: Anton Johansson <[email protected]>- [PATCH v2 00/23] exec: Rework of various headers (... Philippe Mathieu-Daudé
- [PATCH v2 05/23] gdbstub: Include missing 'hw... Philippe Mathieu-Daudé
- [PATCH v2 11/23] accel/tcg: Include missing '... Philippe Mathieu-Daudé
- Re: [PATCH v2 11/23] accel/tcg: Include m... Anton Johansson via
- [PATCH v2 12/23] exec/cpu-all: Remove unused ... Philippe Mathieu-Daudé
- Re: [PATCH v2 12/23] exec/cpu-all: Remove... Anton Johansson via
- [PATCH v2 07/23] semihosting/guestfd: Remove ... Philippe Mathieu-Daudé
- Re: [PATCH v2 07/23] semihosting/guestfd:... Anton Johansson via
- [PATCH v2 14/23] exec/cpu-all: Remove unused ... Philippe Mathieu-Daudé
- Re: [PATCH v2 14/23] exec/cpu-all: Remove... Anton Johansson via
- [PATCH v2 09/23] host/atomic128: Include miss... Philippe Mathieu-Daudé
- Re: [PATCH v2 09/23] host/atomic128: Incl... Anton Johansson via
- [PATCH v2 06/23] semihosting/uaccess: Avoid i... Philippe Mathieu-Daudé
- [PATCH v2 13/23] exec/cpu-all: Reduce 'qemu/r... Philippe Mathieu-Daudé
- [PATCH v2 02/23] exec: Expose 'target_page.h'... Philippe Mathieu-Daudé
- [PATCH v2 22/23] exec/cpu-all: Extract page-p... Philippe Mathieu-Daudé
- [PATCH v2 17/23] target/ppc/excp_helper: Avoi... Philippe Mathieu-Daudé
- Re: [PATCH v2 17/23] target/ppc/excp_help... Thomas Huth
- [PATCH v2 15/23] exec: Declare target_words_b... Philippe Mathieu-Daudé
- Re: [PATCH v2 15/23] exec: Declare target... Anton Johansson via
