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 Namespacing for system...



details:   https://anonhg.NetBSD.org/src/rev/c6c258cce659
branches:  trunk
changeset: 1027883:c6c258cce659
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Dec 19 01:03:50 2021 +0000

description:
Namespacing for system_unbound_wq.

diffstat:

 sys/external/bsd/common/include/linux/workqueue.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 7d55f12fe1db -r c6c258cce659 sys/external/bsd/common/include/linux/workqueue.h
--- a/sys/external/bsd/common/include/linux/workqueue.h Sun Dec 19 01:03:42 2021 +0000
+++ b/sys/external/bsd/common/include/linux/workqueue.h Sun Dec 19 01:03:50 2021 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index