summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_exit.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/kern_exit.c')
-rw-r--r--sys/kern/kern_exit.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/sys/kern/kern_exit.c b/sys/kern/kern_exit.c
index 6910903..6a64709 100644
--- a/sys/kern/kern_exit.c
+++ b/sys/kern/kern_exit.c
@@ -91,8 +91,6 @@ void (*nlminfo_release_p)(struct proc *p);
/*
* exit --
* Death of process.
- *
- * MPSAFE
*/
void
sys_exit(struct thread *td, struct sys_exit_args *uap)
@@ -553,9 +551,6 @@ struct abort2_args {
};
#endif
-/*
- * MPSAFE.
- */
int
abort2(struct thread *td, struct abort2_args *uap)
{
@@ -628,8 +623,6 @@ out:
#ifdef COMPAT_43
/*
* The dirty work is handled by kern_wait().
- *
- * MPSAFE.
*/
int
owait(struct thread *td, struct owait_args *uap __unused)
@@ -645,8 +638,6 @@ owait(struct thread *td, struct owait_args *uap __unused)
/*
* The dirty work is handled by kern_wait().
- *
- * MPSAFE.
*/
int
wait4(struct thread *td, struct wait_args *uap)
OpenPOWER on IntegriCloud