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/ia64/ia64/vm_machdep.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'sys/ia64') 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! */ -- cgit v1.1