Module Name: src
Committed By: riastradh
Date: Sun Dec 19 01:03:50 UTC 2021
Modified Files:
src/sys/external/bsd/common/include/linux: workqueue.h
Log Message:
Namespacing for system_unbound_wq.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 \
src/sys/external/bsd/common/include/linux/workqueue.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/workqueue.h
diff -u src/sys/external/bsd/common/include/linux/workqueue.h:1.14 src/sys/external/bsd/common/include/linux/workqueue.h:1.15
--- src/sys/external/bsd/common/include/linux/workqueue.h:1.14 Sun Dec 19 00:49:00 2021
+++ src/sys/external/bsd/common/include/linux/workqueue.h Sun Dec 19 01:03:50 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: workqueue.h,v 1.14 2021/12/19 00:49:00 riastradh Exp $ */
+/* $NetBSD: workqueue.h,v 1.15 2021/12/19 01:03:50 riastradh Exp $ */
/*-
* Copyright (c) 2013, 2018 The NetBSD Foundation, Inc.
@@ -57,6 +57,7 @@
#define schedule_work linux_schedule_work
#define system_long_wq linux_system_long_wq
#define system_power_efficient_wq linux_system_power_efficient_wq
+#define system_unbound_wq linux_system_unbound_wq
#define system_wq linux_system_wq
#define to_delayed_work linux_to_delayed_work