From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qk1-f195.google.com ([209.85.222.195]:39009 "EHLO mail-qk1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730223AbeIFUF5 (ORCPT ); Thu, 6 Sep 2018 16:05:57 -0400 MIME-Version: 1.0 References: <1536036087-15260-1-git-send-email-firoz.khan@linaro.org> <1536036087-15260-3-git-send-email-firoz.khan@linaro.org> In-Reply-To: <1536036087-15260-3-git-send-email-firoz.khan@linaro.org> From: Arnd Bergmann Date: Thu, 6 Sep 2018 17:29:39 +0200 Message-ID: Subject: Re: [PATCH 2/4] sparc: Replace NR_SYSCALLS macro with __NR_SYSCALLS Content-Type: text/plain; charset="UTF-8" Sender: linux-arch-owner@vger.kernel.org List-ID: To: Firoz Khan Cc: David Miller , sparclinux , gregkh , Philippe Ombredanne , Thomas Gleixner , Kate Stewart , y2038 Mailman List , Linux Kernel Mailing List , linux-arch , Deepa Dinamani , Marcin Juszkiewicz Message-ID: <20180906152939.ScxszdjVenp3afe9CWQ6z0_cSU-Paozkh2rMnEaPX_M@z> On Tue, Sep 4, 2018 at 6:42 AM Firoz Khan wrote: > > -#define NR_syscalls 361 > +#define __NR_syscalls 361 What about the suggestion that was made earlier to enclose this in #ifdef __KERNEL__? Arnd