Module Name:    src
Committed By:   thorpej
Date:           Fri Feb  7 13:10:26 UTC 2020

Modified Files:
        src/distrib/sets/lists/comp: mi

Log Message:
Add percpu_foreach_xcall(9).


To generate a diff of this commit:
cvs rdiff -u -r1.2308 -r1.2309 src/distrib/sets/lists/comp/mi

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

Modified files:

Index: src/distrib/sets/lists/comp/mi
diff -u src/distrib/sets/lists/comp/mi:1.2308 src/distrib/sets/lists/comp/mi:1.2309
--- src/distrib/sets/lists/comp/mi:1.2308	Sat Feb  1 12:49:02 2020
+++ src/distrib/sets/lists/comp/mi	Fri Feb  7 13:10:26 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: mi,v 1.2308 2020/02/01 12:49:02 riastradh Exp $
+#	$NetBSD: mi,v 1.2309 2020/02/07 13:10:26 thorpej Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 ./etc/mtree/set.comp				comp-sys-root
@@ -11572,6 +11572,7 @@
 ./usr/share/man/cat9/percpu_alloc.0		comp-sys-catman		.cat
 ./usr/share/man/cat9/percpu_create.0		comp-sys-catman		.cat
 ./usr/share/man/cat9/percpu_foreach.0		comp-sys-catman		.cat
+./usr/share/man/cat9/percpu_foreach_xcall.0	comp-sys-catman		.cat
 ./usr/share/man/cat9/percpu_free.0		comp-sys-catman		.cat
 ./usr/share/man/cat9/percpu_getref.0		comp-sys-catman		.cat
 ./usr/share/man/cat9/percpu_init.0		comp-obsolete		obsolete
@@ -19501,6 +19502,7 @@
 ./usr/share/man/html9/percpu_alloc.html		comp-sys-htmlman	html
 ./usr/share/man/html9/percpu_create.html	comp-sys-htmlman	html
 ./usr/share/man/html9/percpu_foreach.html	comp-sys-htmlman	html
+./usr/share/man/html9/percpu_foreach_xcall.html	comp-sys-htmlman	html
 ./usr/share/man/html9/percpu_free.html		comp-sys-htmlman	html
 ./usr/share/man/html9/percpu_getref.html	comp-sys-htmlman	html
 ./usr/share/man/html9/percpu_init.html		comp-obsolete		obsolete
@@ -27589,6 +27591,7 @@
 ./usr/share/man/man9/percpu_alloc.9		comp-sys-man		.man
 ./usr/share/man/man9/percpu_create.9		comp-sys-man		.man
 ./usr/share/man/man9/percpu_foreach.9		comp-sys-man		.man
+./usr/share/man/man9/percpu_foreach_xcall.9	comp-sys-man		.man
 ./usr/share/man/man9/percpu_free.9		comp-sys-man		.man
 ./usr/share/man/man9/percpu_getref.9		comp-sys-man		.man
 ./usr/share/man/man9/percpu_init.9		comp-obsolete		obsolete

Reply via email to