Module Name:    src
Committed By:   ozaki-r
Date:           Thu Oct 12 03:31:39 UTC 2017

Modified Files:
        src/doc: TODO.smpnet

Log Message:
Mention NOMPSAFE


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/doc/TODO.smpnet

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/doc/TODO.smpnet
diff -u src/doc/TODO.smpnet:1.14 src/doc/TODO.smpnet:1.15
--- src/doc/TODO.smpnet:1.14	Thu Oct 12 03:27:00 2017
+++ src/doc/TODO.smpnet	Thu Oct 12 03:31:39 2017
@@ -1,4 +1,4 @@
-$NetBSD: TODO.smpnet,v 1.14 2017/10/12 03:27:00 knakahara Exp $
+$NetBSD: TODO.smpnet,v 1.15 2017/10/12 03:31:39 ozaki-r Exp $
 
 MP-safe components
 ==================
@@ -84,6 +84,14 @@ Non MP-safe components and kernel option
 Know issues
 ===========
 
+NOMPSAFE
+--------
+
+We use "NOMPSAFE" as a mark that indicates that the code around it isn't MP-safe
+yet.  We use it in comments and also use as part of function names, for example
+m_get_rcvif_NOMPSAFE.  Let's use "NOMPSAFE" to make it easy to find non-MP-safe
+codes by grep.
+
 bpf
 ---
 

Reply via email to