summaryrefslogtreecommitdiffstats
path: root/sys/kern
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2004-06-08 10:37:30 +0000
committertjr <tjr@FreeBSD.org>2004-06-08 10:37:30 +0000
commit58dbd6e6691ff1a548fffcf3bcac15cb2c4bceb4 (patch)
treecf881cdcf87faeed709a7189ea21211e592e3a3b /sys/kern
parent511a311f03f1518d541088db8f207507970bff9c (diff)
downloadFreeBSD-src-58dbd6e6691ff1a548fffcf3bcac15cb2c4bceb4.zip
FreeBSD-src-58dbd6e6691ff1a548fffcf3bcac15cb2c4bceb4.tar.gz
Remove remnants of PGINPROF.
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/kern_exit.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/kern/kern_exit.c b/sys/kern/kern_exit.c
index 4a9517b..f046154 100644
--- a/sys/kern/kern_exit.c
+++ b/sys/kern/kern_exit.c
@@ -184,11 +184,6 @@ exit1(struct thread *td, int rv)
mtx_unlock(&ppeers_lock);
}
-#ifdef PGINPROF
- mtx_lock(&Giant);
- vmsizmon();
- mtx_unlock(&Giant);
-#endif
PROC_LOCK(p);
_STOPEVENT(p, S_EXIT, rv);
wakeup(&p->p_stype); /* Wakeup anyone in procfs' PIOCWAIT */
OpenPOWER on IntegriCloud