1
0
Fork 0

Fix up try_to_freeze() usage in arch/i386/kernel/signal.c

The parentheses were missing. Noted by Pavel Machek.
hifive-unleashed-5.1
Linus Torvalds 2005-06-25 20:09:12 -07:00
parent 2031d0f586
commit 6f0dcb72d6
1 changed files with 1 additions and 1 deletions

View File

@ -608,7 +608,7 @@ int fastcall do_signal(struct pt_regs *regs, sigset_t *oldset)
if (!user_mode(regs))
return 1;
if (try_to_freeze)
if (try_to_freeze())
goto no_signal;
if (!oldset)