summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2020-07-26 16:31:49 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2020-07-26 16:31:49 +0000
commit0e4e9e8f3431b431297cd518875f7e530ec26de4 (patch)
tree00eda3a736c4c17d7c762860e873d3b83fdee11e
parentf12af2b387dfa1c7429e6a18959c32674cda3f79 (diff)
Notes
-rw-r--r--sys/compat/linuxkpi/common/include/linux/kernel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/compat/linuxkpi/common/include/linux/kernel.h b/sys/compat/linuxkpi/common/include/linux/kernel.h
index 92c7da110dac..098f0493f659 100644
--- a/sys/compat/linuxkpi/common/include/linux/kernel.h
+++ b/sys/compat/linuxkpi/common/include/linux/kernel.h
@@ -593,4 +593,7 @@ linux_ratelimited(linux_ratelimit_t *rl)
(is_signed(datatype) ? INT8_MIN : 0) \
)
+#define TAINT_WARN 0
+#define test_taint(x) (0)
+
#endif /* _LINUX_KERNEL_H_ */