Re: [PATCH v2 16/35] nds32: Signal handling support

From: Vincent Chen
Date: Mon Nov 27 2017 - 21:21:14 EST


2017-11-27 22:37 GMT+08:00 Arnd Bergmann <arnd@xxxxxxxx>:
> On Mon, Nov 27, 2017 at 1:28 PM, Greentime Hu <green.hu@xxxxxxxxx> wrote:
>
>> +#ifndef _ASMNDS32_SIGNAL_H
>> +#define _ASMNDS32_SIGNAL_H
>> +
>> +#define SA_RESTORER 0x04000000
>> +
>> +#include <asm-generic/signal.h>
>> +#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