Re: [PATCH 2/4] sparc: Replace NR_SYSCALLS macro with __NR_SYSCALLS
From: Arnd Bergmann
Date: Thu Sep 06 2018 - 11:29:58 EST
On Tue, Sep 4, 2018 at 6:42 AM Firoz Khan <firoz.khan@xxxxxxxxxx> wrote:
>
> -#define NR_syscalls 361
> +#define __NR_syscalls 361
What about the suggestion that was made earlier to enclose this in
#ifdef __KERNEL__?
Arnd