summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2003-01-04 11:41:12 +0000
committerdavidxu <davidxu@FreeBSD.org>2003-01-04 11:41:12 +0000
commit7d6bf51bbf191f7bdf211f11985db584aab0e973 (patch)
tree8483ea0cffa4ae0ef6258f627c4b4e8cd77ee5c1 /sys
parentd15bf2fa1db34432506208968135028e26abfc0d (diff)
downloadFreeBSD-src-7d6bf51bbf191f7bdf211f11985db584aab0e973.zip
FreeBSD-src-7d6bf51bbf191f7bdf211f11985db584aab0e973.tar.gz
Some KSE syscalls are MPSAFE.
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/syscalls.master6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master
index 213055f..2bcbe9d 100644
--- a/sys/kern/syscalls.master
+++ b/sys/kern/syscalls.master
@@ -550,11 +550,11 @@
377 UNIMPL BSD afs_syscall
378 STD BSD { int nmount(struct iovec *iovp, unsigned int iovcnt, \
int flags); }
-379 STD BSD { int kse_exit(void); }
-380 STD BSD { int kse_wakeup(struct kse_mailbox *mbx); }
+379 MSTD BSD { int kse_exit(void); }
+380 MSTD BSD { int kse_wakeup(struct kse_mailbox *mbx); }
381 STD BSD { int kse_create(struct kse_mailbox *mbx, \
int newgroup); }
-382 STD BSD { int kse_thr_interrupt(struct kse_thr_mailbox *tmbx); }
+382 MSTD BSD { int kse_thr_interrupt(struct kse_thr_mailbox *tmbx); }
383 MSTD BSD { int kse_release(void); }
384 MSTD BSD { int __mac_get_proc(struct mac *mac_p); }
385 MSTD BSD { int __mac_set_proc(struct mac *mac_p); }
OpenPOWER on IntegriCloud