summaryrefslogtreecommitdiffstats
path: root/sys/vm
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>2001-08-31 22:10:03 +0000
committerdillon <dillon@FreeBSD.org>2001-08-31 22:10:03 +0000
commitaec18c8e6324f33320fcf91b8b0e20e52947f9c2 (patch)
tree2c7c87462b482f098511e76564c629246f86a53f /sys/vm
parent62f4d7455a8ced9eb5d94d3fab262665b7f544ff (diff)
downloadFreeBSD-src-aec18c8e6324f33320fcf91b8b0e20e52947f9c2.zip
FreeBSD-src-aec18c8e6324f33320fcf91b8b0e20e52947f9c2.tar.gz
mark obreak() and ovadvise() as being MPSAFE
Diffstat (limited to 'sys/vm')
-rw-r--r--sys/vm/vm_unix.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/vm/vm_unix.c b/sys/vm/vm_unix.c
index f7792e1..10a5f65 100644
--- a/sys/vm/vm_unix.c
+++ b/sys/vm/vm_unix.c
@@ -65,6 +65,9 @@ struct obreak_args {
};
#endif
+/*
+ * MPSAFE
+ */
/* ARGSUSED */
int
obreak(p, uap)
@@ -135,6 +138,9 @@ struct ovadvise_args {
};
#endif
+/*
+ * MPSAFE
+ */
/* ARGSUSED */
int
ovadvise(p, uap)
OpenPOWER on IntegriCloud