summaryrefslogtreecommitdiff
path: root/sys/vm/vm_unix.c
diff options
context:
space:
mode:
authorMatthew Dillon <dillon@FreeBSD.org>2001-08-31 22:10:03 +0000
committerMatthew Dillon <dillon@FreeBSD.org>2001-08-31 22:10:03 +0000
commit6a33d53c489a9697d50e2d7a4223127aee61f0af (patch)
tree2c7c87462b482f098511e76564c629246f86a53f /sys/vm/vm_unix.c
parentb64e68c5208dfb55f555778f5ee9ddf4feb11e53 (diff)
Notes
Diffstat (limited to 'sys/vm/vm_unix.c')
-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 f7792e1a218a..10a5f657c69d 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)