Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119686
b: refs/heads/master
c: 2019554
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and Ingo Molnar committed Dec 3, 2008
1 parent f80ad64 commit 2183a6d
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: 02d43b1d13a0a55a75bb5c5f98d2b13dbe71ecf9
refs/heads/master: 201955463a5c1a70d3f70d1598b27e4c2c402642
2 changes: 1 addition & 1 deletion trunk/kernel/softlockup.c
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ static void check_hung_task(struct task_struct *t, unsigned long now)
if ((long)(now - t->last_switch_timestamp) <
sysctl_hung_task_timeout_secs)
return;
if (sysctl_hung_task_warnings < 0)
if (!sysctl_hung_task_warnings)
return;
sysctl_hung_task_warnings--;

Expand Down

0 comments on commit 2183a6d

Please sign in to comment.