aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_prof.c
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2007-03-04 22:36:48 +0000
committerRobert Watson <rwatson@FreeBSD.org>2007-03-04 22:36:48 +0000
commit0c14ff0eb52ddc7fdbacc5c8645d79afcaf73e3a (patch)
treef27b57bdc76f93b33f438468bf58343b920adf0f /sys/kern/subr_prof.c
parent9f3cef91087c68f23d917212fc7b88e7c266feef (diff)
Notes
Diffstat (limited to 'sys/kern/subr_prof.c')
-rw-r--r--sys/kern/subr_prof.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/kern/subr_prof.c b/sys/kern/subr_prof.c
index 12737ae0b8db..3cec37561828 100644
--- a/sys/kern/subr_prof.c
+++ b/sys/kern/subr_prof.c
@@ -402,9 +402,6 @@ struct profil_args {
u_int scale;
};
#endif
-/*
- * MPSAFE
- */
/* ARGSUSED */
int
profil(td, uap)