Skip to content

Commit

Permalink
sh64: failure to build sigframe != signal without handler
Browse files Browse the repository at this point in the history
it's actually "send me SIGSEGV"...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
  • Loading branch information
Al Viro committed Jun 1, 2012
1 parent 39974d0 commit 5754f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sh/kernel/signal_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ static void do_signal(struct pt_regs *regs)

tracehook_signal_handler(signr, &info, &ka, regs,
test_thread_flag(TIF_SINGLESTEP));
return;
}
return;
}

/* Did we come from a system call? */
Expand Down

0 comments on commit 5754f41

Please sign in to comment.