Re: [PATCH v2 16/29] nios2: Signal handling support

2014-08-08 Thread Ley Foon Tan
On Fri, Jul 18, 2014 at 4:04 PM, Richard Weinberger wrote: >> + >> +#include >> +#include >> + >> +#define _BLOCKABLE (~(sigmask(SIGKILL) | sigmask(SIGSTOP))) >> + >> +static int do_signal(struct pt_regs *regs, int in_syscall); > > Do you really need this prototype? Yes, we don't need this. Wil

Re: [PATCH v2 16/29] nios2: Signal handling support

2014-07-18 Thread Richard Weinberger
On Tue, Jul 15, 2014 at 10:45 AM, Ley Foon Tan wrote: > This patch adds support for signal handling. > > Signed-off-by: Ley Foon Tan > --- > arch/nios2/include/asm/signal.h | 22 +++ > arch/nios2/include/asm/ucontext.h| 34 > arch/nios2/include/uapi/asm/sigcontext.h | 30