]> git.baikalelectronics.ru Git - kernel.git/commit
watchdog: clean up some function names and arguments
authorUlrich Obergfell <uobergfe@redhat.com>
Tue, 14 Apr 2015 22:44:16 +0000 (15:44 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 14 Apr 2015 23:48:59 +0000 (16:48 -0700)
commitdde4fb53a3a7d685d6d507316e28d5eb32890ceb
tree8651fefd3ffd0295ac4c6b8ef6f9532a107936e4
parent069239aba7725431fa8abc259e20750c69acd32c
watchdog: clean up some function names and arguments

Rename the update_timers*() functions to update_watchdog*().

Remove the boolean argument from watchdog_enable_all_cpus() because
update_watchdog_all_cpus() is now a generic function to change the run
state of the lockup detectors and to have the lockup detectors use a new
sample period.

Signed-off-by: Ulrich Obergfell <uobergfe@redhat.com>
Signed-off-by: Don Zickus <dzickus@redhat.com>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/watchdog.c