From mboxrd@z Thu Jan 1 00:00:00 1970 From: Firoz Khan Subject: [PATCH v2 5/5] parisc: add __IGNORE* entries in asm/unistd.h Date: Thu, 27 Sep 2018 19:54:27 +0530 Message-ID: <1538058267-3765-6-git-send-email-firoz.khan@linaro.org> References: <1538058267-3765-1-git-send-email-firoz.khan@linaro.org> Return-path: In-Reply-To: <1538058267-3765-1-git-send-email-firoz.khan@linaro.org> Sender: linux-kernel-owner@vger.kernel.org To: linux-parisc@vger.kernel.org, "James E . J . Bottomley" , Helge Deller , Thomas Gleixner , Greg Kroah-Hartman , Philippe Ombredanne , Kate Stewart Cc: y2038@lists.linaro.org, linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, arnd@arndb.de, deepa.kernel@gmail.com, marcin.juszkiewicz@linaro.org, firoz.khan@linaro.org List-Id: linux-arch.vger.kernel.org Add __IGNORE* entries for nfsservctl, io_pgetevents and rseq in the file asm/unistd.h as it is correct to keep __IGNORE* entry in non uapi header asm/unistd.h while uapi/asm/unistd.h must hold information only useful for user space applications. Signed-off-by: Firoz Khan --- arch/parisc/include/asm/unistd.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/parisc/include/asm/unistd.h b/arch/parisc/include/asm/unistd.h index 93fd9f6..9294e10 100644 --- a/arch/parisc/include/asm/unistd.h +++ b/arch/parisc/include/asm/unistd.h @@ -13,6 +13,9 @@ #define __IGNORE_pkey_mprotect #define __IGNORE_pkey_alloc #define __IGNORE_pkey_free +#define __IGNORE_nfsservctl +#define __IGNORE_io_pgetevents +#define __IGNORE_rseq #ifndef ASM_LINE_SEP # define ASM_LINE_SEP ; -- 1.9.1 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf1-f196.google.com ([209.85.210.196]:41230 "EHLO mail-pf1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728196AbeI0UoB (ORCPT ); Thu, 27 Sep 2018 16:44:01 -0400 Received: by mail-pf1-f196.google.com with SMTP id m77-v6so2037099pfi.8 for ; Thu, 27 Sep 2018 07:25:30 -0700 (PDT) From: Firoz Khan Subject: [PATCH v2 5/5] parisc: add __IGNORE* entries in asm/unistd.h Date: Thu, 27 Sep 2018 19:54:27 +0530 Message-ID: <1538058267-3765-6-git-send-email-firoz.khan@linaro.org> In-Reply-To: <1538058267-3765-1-git-send-email-firoz.khan@linaro.org> References: <1538058267-3765-1-git-send-email-firoz.khan@linaro.org> Sender: linux-arch-owner@vger.kernel.org List-ID: To: linux-parisc@vger.kernel.org, "James E . J . Bottomley" , Helge Deller , Thomas Gleixner , Greg Kroah-Hartman , Philippe Ombredanne , Kate Stewart Cc: y2038@lists.linaro.org, linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, arnd@arndb.de, deepa.kernel@gmail.com, marcin.juszkiewicz@linaro.org, firoz.khan@linaro.org Message-ID: <20180927142427.tdDR09rT9VjM9bk6FzKZyMJq_7U3y_ic_C9wbCPMsqo@z> Add __IGNORE* entries for nfsservctl, io_pgetevents and rseq in the file asm/unistd.h as it is correct to keep __IGNORE* entry in non uapi header asm/unistd.h while uapi/asm/unistd.h must hold information only useful for user space applications. Signed-off-by: Firoz Khan --- arch/parisc/include/asm/unistd.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/parisc/include/asm/unistd.h b/arch/parisc/include/asm/unistd.h index 93fd9f6..9294e10 100644 --- a/arch/parisc/include/asm/unistd.h +++ b/arch/parisc/include/asm/unistd.h @@ -13,6 +13,9 @@ #define __IGNORE_pkey_mprotect #define __IGNORE_pkey_alloc #define __IGNORE_pkey_free +#define __IGNORE_nfsservctl +#define __IGNORE_io_pgetevents +#define __IGNORE_rseq #ifndef ASM_LINE_SEP # define ASM_LINE_SEP ; -- 1.9.1