diff options
author | Jeff Garzik <jgarzik@pobox.com> | 2005-07-30 18:14:15 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-07-30 18:14:15 -0400 |
commit | a670fcb43f01a67ef56176afc76e5d43d128b25c (patch) | |
tree | 09c9411c78a33ff980e9ea871bc7686e7589abbf /arch/sh64/kernel/signal.c | |
parent | 327309e899662b482c58cf25f574513d38b5788c (diff) | |
parent | b0825488a642cadcf39709961dde61440cb0731c (diff) |
/spare/repo/netdev-2.6 branch 'master'
Diffstat (limited to 'arch/sh64/kernel/signal.c')
-rw-r--r-- | arch/sh64/kernel/signal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh64/kernel/signal.c b/arch/sh64/kernel/signal.c index 45ad1026dde7..c6a14a87c59b 100644 --- a/arch/sh64/kernel/signal.c +++ b/arch/sh64/kernel/signal.c | |||
@@ -697,7 +697,7 @@ int do_signal(struct pt_regs *regs, sigset_t *oldset) | |||
697 | if (!user_mode(regs)) | 697 | if (!user_mode(regs)) |
698 | return 1; | 698 | return 1; |
699 | 699 | ||
700 | if (try_to_freeze(0)) | 700 | if (try_to_freeze()) |
701 | goto no_signal; | 701 | goto no_signal; |
702 | 702 | ||
703 | if (!oldset) | 703 | if (!oldset) |