PERFORCE change 99886 for review

John Baldwin jhb at FreeBSD.org
Fri Jun 23 18:53:06 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=99886

Change 99886 by jhb at jhb_mutex on 2006/06/23 18:52:18

	linux_brk() is MPSAFE - just a wrapper around obreak().

Affected files ...

.. //depot/projects/smpng/sys/amd64/linux32/syscalls.master#10 edit
.. //depot/projects/smpng/sys/i386/linux/syscalls.master#28 edit

Differences ...

==== //depot/projects/smpng/sys/amd64/linux32/syscalls.master#10 (text+ko) ====

@@ -103,7 +103,7 @@
 42	AUE_PIPE	MSTD	{ int linux_pipe(l_ulong *pipefds); }
 43	AUE_NULL	MSTD	{ int linux_times(struct l_times_argv *buf); }
 44	AUE_NULL	UNIMPL	prof
-45	AUE_NULL	STD	{ int linux_brk(l_ulong dsend); }
+45	AUE_NULL	MSTD	{ int linux_brk(l_ulong dsend); }
 46	AUE_SETGID	MSTD	{ int linux_setgid16(l_gid16_t gid); }
 47	AUE_GETGID	MSTD	{ int linux_getgid16(void); }
 48	AUE_NULL	MSTD	{ int linux_signal(l_int sig, \

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

@@ -103,7 +103,7 @@
 42	AUE_PIPE	MSTD	{ int linux_pipe(l_ulong *pipefds); }
 43	AUE_NULL	MSTD	{ int linux_times(struct l_times_argv *buf); }
 44	AUE_NULL	UNIMPL	prof
-45	AUE_NULL	STD	{ int linux_brk(l_ulong dsend); }
+45	AUE_NULL	MSTD	{ int linux_brk(l_ulong dsend); }
 46	AUE_SETGID	MSTD	{ int linux_setgid16(l_gid16_t gid); }
 47	AUE_GETGID	MSTD	{ int linux_getgid16(void); }
 48	AUE_NULL	MSTD	{ int linux_signal(l_int sig, \


More information about the p4-projects mailing list