projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba45ad9
)
lockdep: Stub NMI watchdog reset
author
Bastian Blank
<waldi@debian.org>
Sun, 11 Feb 2018 06:24:15 +0000
(06:24 +0000)
committer
Salvatore Bonaccorso
<carnil@debian.org>
Tue, 20 Mar 2018 08:31:07 +0000
(08:31 +0000)
Gbp-Pq: Topic bugfix/all
Gbp-Pq: Name lockdep-stub-nmi-watchdog-reset.patch
tools/include/linux/nmi.h
[new file with mode: 0644]
patch
|
blob
diff --git a/tools/include/linux/nmi.h
b/tools/include/linux/nmi.h
new file mode 100644
(file)
index 0000000..
81ffb39
--- /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