From: Bastian Blank Date: Sun, 11 Feb 2018 06:24:15 +0000 (+0000) Subject: lockdep: Stub NMI watchdog reset X-Git-Tag: archive/raspbian/4.16.12-1+rpi1^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9b341f497ed0a474062176e5dd44d7090250822c;p=linux.git lockdep: Stub NMI watchdog reset Gbp-Pq: Topic bugfix/all Gbp-Pq: Name lockdep-stub-nmi-watchdog-reset.patch --- diff --git a/tools/include/linux/nmi.h b/tools/include/linux/nmi.h new file mode 100644 index 00000000000..81ffb39343c --- /dev/null +++ b/tools/include/linux/nmi.h @@ -0,0 +1,12 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +/* + * linux/include/linux/nmi.h + */ +#ifndef LINUX_NMI_H +#define LINUX_NMI_H + +static inline void touch_nmi_watchdog(void) +{ +} + +#endif