Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jul 2006 15:42:03 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 101564 for review
Message-ID:  <200607141542.k6EFg3Tf000998@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=101564

Change 101564 by jhb@jhb_mutex on 2006/07/14 15:41:14

	Surprisingly, ibcs2_ioctl() is MPSAFE as is.

Affected files ...

.. //depot/projects/smpng/sys/i386/ibcs2/syscalls.master#18 edit

Differences ...

==== //depot/projects/smpng/sys/i386/ibcs2/syscalls.master#18 (text+ko) ====

@@ -114,7 +114,7 @@
 				    int a3, int a4); }
 53	AUE_SEMSYS	MSTD	{ int ibcs2_semsys(int which, int a2, \
 				    int a3, int a4, int a5); }
-54	AUE_IOCTL	STD	{ int ibcs2_ioctl(int fd, int cmd, \
+54	AUE_IOCTL	MSTD	{ int ibcs2_ioctl(int fd, int cmd, \
 				    caddr_t data); }
 55	AUE_NULL	MSTD	{ int ibcs2_uadmin(int cmd, int func, \
 				    caddr_t data); }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607141542.k6EFg3Tf000998>