]> 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)
commit91508c62654762ee059dfe035959f587f909959c
tree8651fefd3ffd0295ac4c6b8ef6f9532a107936e4
parent7122669d15c4747400108e916261dd8a958e8a7d
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