]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
softlockup: fix watchdog task wakeup frequency
authorJohannes Weiner <hannes@saeurebad.de>
Tue, 1 Jul 2008 07:12:04 +0000 (09:12 +0200)
committerIngo Molnar <mingo@elte.hu>
Tue, 1 Jul 2008 07:22:49 +0000 (09:22 +0200)
The print_timestamp can never be bigger than the touch_timestamp, at
maximum it can be equal.  And if it is, the second check for
touch_timestamp + 1 bigger print_timestamp is always true, too.

The check for equality is sufficient as we proceed in one-second-steps
and are at least one second away from the last print-out if we have
another timestamp.

Signed-off-by: Johannes Weiner <hannes@saeurebad.de>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found