]> git.kernelconcepts.de Git - karo-tx-linux.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)
commitb2f57c3a0df9d168220be8848a303a32ef4d2e7d
tree8651fefd3ffd0295ac4c6b8ef6f9532a107936e4
parent195daf665a6299de98a4da3843fed2dd9de19d3a
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