summaryrefslogtreecommitdiffstats
path: root/sys/alpha/linux
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>2001-10-26 20:35:52 +0000
committerdillon <dillon@FreeBSD.org>2001-10-26 20:35:52 +0000
commitf810fc97042d00519132b448c37acf5fc8bd6a30 (patch)
tree80f5b468db978908b4358424d8d07a205738c789 /sys/alpha/linux
parentd4385b344bf27da1a298666eac630417d9538392 (diff)
downloadFreeBSD-src-f810fc97042d00519132b448c37acf5fc8bd6a30.zip
FreeBSD-src-f810fc97042d00519132b448c37acf5fc8bd6a30.tar.gz
minor commenting based on syscall environment
Diffstat (limited to 'sys/alpha/linux')
-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