summaryrefslogtreecommitdiffstats
path: root/sys/ia64
diff options
context:
space:
mode:
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