From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent Chen Subject: Re: [PATCH v2 16/35] nds32: Signal handling support Date: Tue, 28 Nov 2017 10:21:06 +0800 Message-ID: References: <21cfd623872d4377ba5064cb7302bff49ebf917e.1511785528.git.green.hu@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: In-Reply-To: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Arnd Bergmann Cc: Greentime Hu , Greentime , Linux Kernel Mailing List , linux-arch , Thomas Gleixner , Jason Cooper , Marc Zyngier , Rob Herring , Networking , DTML , Al Viro , David Howells , Will Deacon , Daniel Lezcano , linux-serial-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Vincent Chen List-Id: linux-arch.vger.kernel.org 2017-11-27 22:37 GMT+08:00 Arnd Bergmann : > On Mon, Nov 27, 2017 at 1:28 PM, Greentime Hu wrote: > >> +#ifndef _ASMNDS32_SIGNAL_H >> +#define _ASMNDS32_SIGNAL_H >> + >> +#define SA_RESTORER 0x04000000 >> + >> +#include >> +#endif > > As documented in asm-generic/signal.h, new architectures should not define > SA_RESTORER. > Thanks. I will remove it in the next version patch. > Arnd Vincent -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-it0-f47.google.com ([209.85.214.47]:39974 "EHLO mail-it0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753166AbdK1CVH (ORCPT ); Mon, 27 Nov 2017 21:21:07 -0500 MIME-Version: 1.0 In-Reply-To: References: <21cfd623872d4377ba5064cb7302bff49ebf917e.1511785528.git.green.hu@gmail.com> From: Vincent Chen Date: Tue, 28 Nov 2017 10:21:06 +0800 Message-ID: Subject: Re: [PATCH v2 16/35] nds32: Signal handling support Content-Type: text/plain; charset="UTF-8" Sender: linux-arch-owner@vger.kernel.org List-ID: To: Arnd Bergmann Cc: Greentime Hu , Greentime , Linux Kernel Mailing List , linux-arch , Thomas Gleixner , Jason Cooper , Marc Zyngier , Rob Herring , Networking , DTML , Al Viro , David Howells , Will Deacon , Daniel Lezcano , linux-serial@vger.kernel.org, Vincent Chen Message-ID: <20171128022106.TpH9MfO6nvzQNyGEPjWJ-0FA1ScB8c05W93W2a3xcko@z> 2017-11-27 22:37 GMT+08:00 Arnd Bergmann : > On Mon, Nov 27, 2017 at 1:28 PM, Greentime Hu wrote: > >> +#ifndef _ASMNDS32_SIGNAL_H >> +#define _ASMNDS32_SIGNAL_H >> + >> +#define SA_RESTORER 0x04000000 >> + >> +#include >> +#endif > > As documented in asm-generic/signal.h, new architectures should not define > SA_RESTORER. > Thanks. I will remove it in the next version patch. > Arnd Vincent