Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/external/bsd/common/include/linux linux/bug.h for WARN_ON
details: https://anonhg.NetBSD.org/src/rev/73c10df18a66
branches: trunk
changeset: 1028198:73c10df18a66
user: riastradh <riastradh%NetBSD.org@localhost>
date: Sun Dec 19 09:48:29 2021 +0000
description:
linux/bug.h for WARN_ON
Author: Maya Rashish <maya%NetBSD.org@localhost>
diffstat:
sys/external/bsd/common/include/linux/rcupdate.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r eab8b2184942 -r 73c10df18a66 sys/external/bsd/common/include/linux/rcupdate.h
--- a/sys/external/bsd/common/include/linux/rcupdate.h Sun Dec 19 09:48:22 2021 +0000
+++ b/sys/external/bsd/common/include/linux/rcupdate.h Sun Dec 19 09:48:29 2021 +0000
@@ -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))
Home |
Main Index |
Thread Index |
Old Index