Module Name:    src
Committed By:   riastradh
Date:           Mon Aug 27 07:46:17 UTC 2018

Modified Files:
        src/sys/external/bsd/common/include/linux: workqueue.h

Log Message:
Namespace system_long_wq.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 \
    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.6 src/sys/external/bsd/common/include/linux/workqueue.h:1.7
--- src/sys/external/bsd/common/include/linux/workqueue.h:1.6	Mon Aug 27 07:05:39 2018
+++ src/sys/external/bsd/common/include/linux/workqueue.h	Mon Aug 27 07:46:17 2018
@@ -1,4 +1,4 @@
-/*	$NetBSD: workqueue.h,v 1.6 2018/08/27 07:05:39 riastradh Exp $	*/
+/*	$NetBSD: workqueue.h,v 1.7 2018/08/27 07:46:17 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -56,6 +56,7 @@
 #define	queue_work			linux_queue_work
 #define	schedule_delayed_work		linux_schedule_delayed_work
 #define	schedule_work			linux_schedule_work
+#define	system_long_wq			linux_system_long_wq
 #define	system_wq			linux_system_wq
 #define	to_delayed_work			linux_to_delayed_work
 

Reply via email to