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.15.17-1+rpi1^2~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e280f4ba4dc4ecaee360ad07d173c92d60acb87d;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