Re: [PATCH 3/4] sparc: Add system call table generation support

From: Arnd Bergmann
Date: Thu Sep 06 2018 - 11:33:15 EST


On Tue, Sep 4, 2018 at 6:42 AM Firoz Khan <firoz.khan@xxxxxxxxxx> wrote:

> The system call table generation script is added in
> syscalls directory which contain the script to generate
> both uapi header file system call table generation file
> and syscall_32/64.tbl file which'll be the input for the
> scripts.

I would argue that for sparc we only want a single input
table, since the 32/64 versions are similar enough that the
differences can be addressed with 'abi' flag, rather than
having everything marked as 'common'. Isn't that the
purpose of the abi flag in the first place?

Arnd