Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167773
b: refs/heads/master
c: c896a2e
h: refs/heads/master
i:
  167771: b7df263
v: v3
  • Loading branch information
Roel Kluin authored and Linus Torvalds committed Oct 29, 2009
1 parent 123e452 commit e7fed09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c36987e2ef32e1bb7850379515f21187cba44754
refs/heads/master: c896a2e0d80bbd5731f76609625a0cb7c9864a44
2 changes: 1 addition & 1 deletion trunk/arch/frv/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ static void do_signal(void)

no_signal:
/* Did we come from a system call? */
if (__frame->syscallno >= 0) {
if (__frame->syscallno != -1) {
/* Restart the system call - no handlers present */
switch (__frame->gr8) {
case -ERESTARTNOHAND:
Expand Down

0 comments on commit e7fed09

Please sign in to comment.