projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d7ff7d
)
lockdep: Stub NMI watchdog reset
author
Bastian Blank
<waldi@debian.org>
Sun, 11 Feb 2018 06:24:15 +0000
(06:24 +0000)
committer
Bastian Blank
<waldi@debian.org>
Fri, 22 Jun 2018 09:50:22 +0000
(10:50 +0100)
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