+6
−0
+12
−4
+0
−2
Loading
Merge Pull Request from: @liujie-248683921
Currently we cannot use watchdog_{perf, buddy} if CONFIG_SDEI_WATCHDOG=y.
Not all the platforms has watchdog_sdei so this patch tries to make
watchdog_sdei coexist with other watchdogs.
Only one watchdog will finally works. By default watchdog_sdei
will be used. If boot with "disable_sdei_nmi_watchdog", other
watchdogs will be used if probed.
Link:https://gitee.com/openeuler/kernel/pulls/4427
Reviewed-by:
Zhang Jianhua <chris.zjh@huawei.com>
Reviewed-by:
Xu Kuohai <xukuohai@huawei.com>
Signed-off-by:
Zheng Zengkai <zhengzengkai@huawei.com>