[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAK8P3a1LkapKKbwEKnX57YricbAkPLCpqSTXnpL7grVYauSLSw@mail.gmail.com>
Date: Wed, 3 Jul 2019 10:31:11 +0200
From: Arnd Bergmann <arnd@...db.de>
To: Alistair Francis <alistair.francis@....com>
Cc: linux-riscv-bounces@...ts.infradead.org,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Alistair Francis <alistair23@...il.com>
Subject: Re: [PATCH 1/2] uapi/asm-generic: Allow defining a custom __SIGINFO struct
On Wed, Jul 3, 2019 at 2:21 AM Alistair Francis
<alistair.francis@....com> wrote:
>
> Allow defining a custom __SIGINFO struct. This allows architectures to
> apply their own padding and allignment requirements to the struct. This
> is similar to the __ARCH_SI_ATTRIBUTES #define that already exists, but
> applies to the __SIGINFO struct instead of the siginfo_t struct.
>
> Signed-off-by: Alistair Francis <alistair.francis@....com>
I don't think there should be another special case for rv32 here,
we already have too many exceptions for architectures that
were different for no good reason.
Please keep the same definition that everything else has.
Arnd
Powered by blists - more mailing lists