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 Omit outdated comment.



details:   https://anonhg.NetBSD.org/src/rev/17b64a6822dc
branches:  trunk
changeset: 1028333:17b64a6822dc
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Dec 19 10:39:28 2021 +0000

description:
Omit outdated comment.

diffstat:

 sys/external/bsd/common/include/linux/list.h |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r 7c9381cbe821 -r 17b64a6822dc sys/external/bsd/common/include/linux/list.h
--- a/sys/external/bsd/common/include/linux/list.h      Sun Dec 19 10:39:20 2021 +0000
+++ b/sys/external/bsd/common/include/linux/list.h      Sun Dec 19 10:39:28 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: list.h,v 1.24 2021/12/19 01:58:55 riastradh Exp $      */
+/*     $NetBSD: list.h,v 1.25 2021/12/19 10:39:28 riastradh Exp $      */
 
 /*-
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -35,10 +35,6 @@
  * - LIST_HEAD(x) means a declaration `struct list_head x =
  *   LIST_HEAD_INIT(x)' in Linux, but something else in NetBSD.
  *   Replace by the expansion.
- *
- * - The `_rcu' routines here are not actually pserialize(9)-safe.
- *   They need dependent read memory barriers added.  Please fix this
- *   if you need to use them with pserialize(9).
  */
 
 #ifndef _LINUX_LIST_H_



Home | Main Index | Thread Index | Old Index