2017-11-27 22:37 GMT+08:00 Arnd Bergmann <a...@arndb.de>: > On Mon, Nov 27, 2017 at 1:28 PM, Greentime Hu <green...@gmail.com> 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