From fda03b7cfc3c5e62699fdaf93abb21309f7a7ae5 Mon Sep 17 00:00:00 2001 From: peter Date: Wed, 11 Jun 2003 05:20:33 +0000 Subject: GC unused cpu_wait() function --- sys/vm/vm_glue.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/vm') 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 */ } -- cgit v1.1