[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAK8P3a3+qdbGzWdi=PNL+goHDK9M=Y65p=UYTW=ze8PuN=KS_A@mail.gmail.com>
Date: Thu, 17 Sep 2020 17:05:52 +0200
From: Arnd Bergmann <arnd@...db.de>
To: Christoph Hellwig <hch@....de>
Cc: "the arch/x86 maintainers" <x86@...nel.org>,
Jan Kara <jack@...e.com>,
Linux ARM <linux-arm-kernel@...ts.infradead.org>,
Linux FS-devel Mailing List <linux-fsdevel@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
Linux API <linux-api@...r.kernel.org>,
linux-arch <linux-arch@...r.kernel.org>
Subject: Re: [PATCH 1/3] compat: lift compat_s64 and compat_u64 to <asm-generic/compat.h>
On Thu, Sep 17, 2020 at 9:46 AM Christoph Hellwig <hch@....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@....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@...db.de>
Powered by blists - more mailing lists