Module Name: src Committed By: riastradh Date: Sun Dec 19 09:48:29 UTC 2021
Modified Files: src/sys/external/bsd/common/include/linux: rcupdate.h Log Message: linux/bug.h for WARN_ON Author: Maya Rashish <m...@netbsd.org> To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/external/bsd/common/include/linux/rcupdate.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/external/bsd/common/include/linux/rcupdate.h diff -u src/sys/external/bsd/common/include/linux/rcupdate.h:1.2 src/sys/external/bsd/common/include/linux/rcupdate.h:1.3 --- src/sys/external/bsd/common/include/linux/rcupdate.h:1.2 Sun Dec 19 01:46:01 2021 +++ src/sys/external/bsd/common/include/linux/rcupdate.h Sun Dec 19 09:48:29 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: rcupdate.h,v 1.2 2021/12/19 01:46:01 riastradh Exp $ */ +/* $NetBSD: rcupdate.h,v 1.3 2021/12/19 09:48:29 riastradh Exp $ */ /*- * Copyright (c) 2018 The NetBSD Foundation, Inc. @@ -36,6 +36,8 @@ #include <sys/cdefs.h> #include <sys/systm.h> +#include <linux/bug.h> + #define __rcu #define RCU_INIT_POINTER(P, V) ((P) = (V))