nios2: restarts apply only to the first sigframe we build...
commit411a76b721upstream. Fixes:b53e906d25("nios2: Signal handling support") Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Dinh Nguyen <dinguyen@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
f20bc59ccf
commit
600ff4b13b
1 changed files with 1 additions and 0 deletions
|
|
@ -264,6 +264,7 @@ static int do_signal(struct pt_regs *regs)
|
|||
regs->ea = restart_addr;
|
||||
break;
|
||||
}
|
||||
regs->orig_r2 = -1;
|
||||
}
|
||||
|
||||
if (get_signal(&ksig)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue