On Thu, Sep 17, 2020 at 9:46 AM Christoph Hellwig <hch@xxxxxx> 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@xxxxxx> > --- > 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@xxxxxxxx>