projects
/
profile
/
ivi
/
kernel-adaptation-intel-automotive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39974d0
)
sh64: failure to build sigframe != signal without handler
author
Al Viro
<viro@zeniv.linux.org.uk>
Fri, 27 Apr 2012 03:52:33 +0000
(23:52 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Fri, 1 Jun 2012 16:58:49 +0000
(12:58 -0400)
it's actually "send me SIGSEGV"...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/sh/kernel/signal_64.c
patch
|
blob
|
history
diff --git
a/arch/sh/kernel/signal_64.c
b/arch/sh/kernel/signal_64.c
index
cc22d2b
..
aeeab07
100644
(file)
--- a/
arch/sh/kernel/signal_64.c
+++ b/
arch/sh/kernel/signal_64.c
@@
-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? */