Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211010
b: refs/heads/master
c: c05628b
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Sep 27, 2010
1 parent 7b4bd48 commit 7cd6864
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 00cbf6080c7d60b999864afcd9010e0bbc7c5db6
refs/heads/master: c05628b49b19187841d635dddd3e47caab33242b
3 changes: 3 additions & 0 deletions trunk/arch/mn10300/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ static int restore_sigcontext(struct pt_regs *regs,
{
unsigned int err = 0;

/* Always make any pending restarted system calls return -EINTR */
current_thread_info()->restart_block.fn = do_no_restart_syscall;

if (is_using_fpu(current))
fpu_kill_state(current);

Expand Down

0 comments on commit 7cd6864

Please sign in to comment.