]> www.infradead.org Git - users/jedix/linux-maple.git/commit
watchdog: Move hardlockup detector to separate file
authorAllen Pais <allen.pais@oracle.com>
Mon, 10 Jul 2017 07:31:23 +0000 (13:01 +0530)
committerAllen Pais <allen.pais@oracle.com>
Tue, 11 Jul 2017 07:36:49 +0000 (13:06 +0530)
commit00963f5f262e8f1810a7de366f1d18317408eb42
treec4d00a2c358879bc85b06ce7ccf51c1426cfc8c6
parentbc5275b17edab1dec90e050445dbac535fe37dbd
watchdog: Move hardlockup detector to separate file

Separate hardlockup code from watchdog.c and move it to watchdog_hld.c.
It is mostly straight forward. Remove everything inside
CONFIG_HARDLOCKUP_DETECTORS. This code will go to file watchdog_hld.c.
Also update the makefile accordigly.

Orabug: 24796651

Reviewed-by: Karl Volz <karl.volz@oracle.com>
Signed-off-by: Babu Moger <babu.moger@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Allen Pais <allen.pais@oracle.com>
kernel/Makefile
kernel/watchdog.c
kernel/watchdog_hld.c [new file with mode: 0644]