Commit dfbb83d3 authored by Al Viro's avatar Al Viro

[regression] braino in "sparc: convert to ksignal"

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 3f6d078d
...@@ -726,7 +726,7 @@ static inline void syscall_restart32(unsigned long orig_i0, struct pt_regs *regs ...@@ -726,7 +726,7 @@ static inline void syscall_restart32(unsigned long orig_i0, struct pt_regs *regs
* want to handle. Thus you cannot kill init even with a SIGKILL even by * want to handle. Thus you cannot kill init even with a SIGKILL even by
* mistake. * mistake.
*/ */
void do_signal32(sigset_t *oldset, struct pt_regs * regs) void do_signal32(struct pt_regs * regs)
{ {
struct ksignal ksig; struct ksignal ksig;
unsigned long orig_i0 = 0; unsigned long orig_i0 = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment