summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_exec.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/kern_exec.c')
-rw-r--r--sys/kern/kern_exec.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/kern/kern_exec.c b/sys/kern/kern_exec.c
index 75843eb..e07ded2 100644
--- a/sys/kern/kern_exec.c
+++ b/sys/kern/kern_exec.c
@@ -168,9 +168,6 @@ struct execve_args {
};
#endif
-/*
- * MPSAFE
- */
int
execve(td, uap)
struct thread *td;
@@ -199,9 +196,6 @@ struct __mac_execve_args {
};
#endif
-/*
- * MPSAFE
- */
int
__mac_execve(td, uap)
struct thread *td;
@@ -277,8 +271,6 @@ kern_execve(td, args, mac_p)
/*
* In-kernel implementation of execve(). All arguments are assumed to be
* userspace pointers from the passed thread.
- *
- * MPSAFE
*/
static int
do_execve(td, args, mac_p)
OpenPOWER on IntegriCloud