summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/alpha/linux/linux_machdep.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/alpha/linux/linux_machdep.c b/sys/alpha/linux/linux_machdep.c
index e5adea8..68f3663 100644
--- a/sys/alpha/linux/linux_machdep.c
+++ b/sys/alpha/linux/linux_machdep.c
@@ -75,6 +75,9 @@ linux_execve(struct thread *td, struct linux_execve_args *args)
return (execve(td, &bsd));
}
+/*
+ * MPSAFE
+ */
int
linux_fork(struct thread *td, struct linux_fork_args *args)
{
@@ -93,6 +96,9 @@ linux_fork(struct thread *td, struct linux_fork_args *args)
return (0);
}
+/*
+ * MPSAFE
+ */
int
linux_vfork(struct thread *td, struct linux_vfork_args *args)
{
OpenPOWER on IntegriCloud