Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb make USBD_TASKQ_MPSAFE the same value as USBD_MP...



details:   https://anonhg.NetBSD.org/src/rev/770b46d53abb
branches:  trunk
changeset: 784216:770b46d53abb
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Tue Jan 22 12:48:07 2013 +0000

description:
make USBD_TASKQ_MPSAFE the same value as USBD_MPSAFE, just in case

diffstat:

 sys/dev/usb/usbdi.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 43cde0ab239d -r 770b46d53abb sys/dev/usb/usbdi.h
--- a/sys/dev/usb/usbdi.h       Tue Jan 22 12:40:42 2013 +0000
+++ b/sys/dev/usb/usbdi.h       Tue Jan 22 12:48:07 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: usbdi.h,v 1.85 2013/01/22 12:40:43 jmcneill Exp $      */
+/*     $NetBSD: usbdi.h,v 1.86 2013/01/22 12:48:07 jmcneill Exp $      */
 /*     $FreeBSD: src/sys/dev/usb/usbdi.h,v 1.18 1999/11/17 22:33:49 n_hibma Exp $      */
 
 /*
@@ -209,7 +209,7 @@
 #define        USB_TASKQ_DRIVER        1
 #define        USB_NUM_TASKQS          2
 #define        USB_TASKQ_NAMES         {"usbtask-hc", "usbtask-dr"}
-#define        USB_TASKQ_MPSAFE        0x01
+#define        USB_TASKQ_MPSAFE        0x02
 
 void usb_add_task(usbd_device_handle, struct usb_task *, int);
 void usb_rem_task(usbd_device_handle, struct usb_task *);



Home | Main Index | Thread Index | Old Index