aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_sysctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/kern_sysctl.c')
-rw-r--r--sys/kern/kern_sysctl.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/kern/kern_sysctl.c b/sys/kern/kern_sysctl.c
index 60155514f206..79fdf8c1ec0e 100644
--- a/sys/kern/kern_sysctl.c
+++ b/sys/kern/kern_sysctl.c
@@ -1295,9 +1295,6 @@ struct sysctl_args {
};
#endif
-/*
- * MPSAFE
- */
int
__sysctl(struct thread *td, struct sysctl_args *uap)
{
@@ -1466,9 +1463,6 @@ struct getkerninfo_args {
};
#endif
-/*
- * MPSAFE
- */
int
ogetkerninfo(struct thread *td, struct getkerninfo_args *uap)
{