[PATCH 1/3] compat: lift compat_s64 and compat_u64 to <asm-generic/compat.h>

Arnd Bergmann arnd at arndb.de
Thu Sep 17 11:05:52 EDT 2020


On Thu, Sep 17, 2020 at 9:46 AM Christoph Hellwig <hch at lst.de> wrote:
>
> lift the compat_s64 and compat_u64 definitions into common code using the
> COMPAT_FOR_U64_ALIGNMENT symbol for the x86 special case.
>
> Signed-off-by: Christoph Hellwig <hch at lst.de>
> ---
>  arch/arm64/include/asm/compat.h   | 2 --
>  arch/mips/include/asm/compat.h    | 2 --
>  arch/parisc/include/asm/compat.h  | 2 --
>  arch/powerpc/include/asm/compat.h | 2 --
>  arch/s390/include/asm/compat.h    | 2 --
>  arch/sparc/include/asm/compat.h   | 3 +--
>  arch/x86/include/asm/compat.h     | 2 --
>  include/asm-generic/compat.h      | 8 ++++++++
>  8 files changed, 9 insertions(+), 14 deletions(-)

Acked-by: Arnd Bergmann <arnd at arndb.de>



More information about the linux-arm-kernel mailing list