Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0bf7969f authored by Linus Torvalds's avatar Linus Torvalds
Browse files

Merge branch 'core-softlockup-for-linus' of...

Merge branch 'core-softlockup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip

* 'core-softlockup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
  softlockup: Fix hung_task_check_count sysctl
parents 69f061e0 e5af0226
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -144,7 +144,7 @@ static void check_hung_uninterruptible_tasks(unsigned long timeout)

	rcu_read_lock();
	do_each_thread(g, t) {
		if (!--max_count)
		if (!max_count--)
			goto unlock;
		if (!--batch_count) {
			batch_count = HUNG_TASK_BATCHING;