summaryrefslogtreecommitdiffstats
path: root/sys/vm
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-06-11 05:20:33 +0000
committerpeter <peter@FreeBSD.org>2003-06-11 05:20:33 +0000
commitfda03b7cfc3c5e62699fdaf93abb21309f7a7ae5 (patch)
treee668b3fc1b095e0f84426c35d734e329d1e51e54 /sys/vm
parent3fbe5ead23cd44e65e5c76aee57e9efa81fd7ab3 (diff)
downloadFreeBSD-src-fda03b7cfc3c5e62699fdaf93abb21309f7a7ae5.zip
FreeBSD-src-fda03b7cfc3c5e62699fdaf93abb21309f7a7ae5.tar.gz
GC unused cpu_wait() function
Diffstat (limited to 'sys/vm')
-rw-r--r--sys/vm/vm_glue.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c
index 8dce649..67b585e 100644
--- a/sys/vm/vm_glue.c
+++ b/sys/vm/vm_glue.c
@@ -474,7 +474,6 @@ vm_waitproc(p)
{
GIANT_REQUIRED;
- cpu_wait(p);
vmspace_exitfree(p); /* and clean-out the vmspace */
}
OpenPOWER on IntegriCloud