summaryrefslogtreecommitdiffstats
path: root/sys/ia64
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/ia64
parent3fbe5ead23cd44e65e5c76aee57e9efa81fd7ab3 (diff)
downloadFreeBSD-src-fda03b7cfc3c5e62699fdaf93abb21309f7a7ae5.zip
FreeBSD-src-fda03b7cfc3c5e62699fdaf93abb21309f7a7ae5.tar.gz
GC unused cpu_wait() function
Diffstat (limited to 'sys/ia64')
-rw-r--r--sys/ia64/ia64/vm_machdep.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/ia64/ia64/vm_machdep.c b/sys/ia64/ia64/vm_machdep.c
index 7603afb..a9f927a 100644
--- a/sys/ia64/ia64/vm_machdep.c
+++ b/sys/ia64/ia64/vm_machdep.c
@@ -239,7 +239,6 @@ cpu_set_fork_handler(td, func, arg)
/*
* cpu_exit is called as the last action during exit.
* We drop the fp state (if we have it) and switch to a live one.
- * When the proc is reaped, cpu_wait() will gc the VM state.
*/
void
cpu_exit(struct thread *td)
@@ -255,12 +254,6 @@ cpu_sched_exit(td)
{
}
-void
-cpu_wait(p)
- struct proc *p;
-{
-}
-
/*
* Force reset the processor by invalidating the entire address space!
*/
OpenPOWER on IntegriCloud