diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2003-06-11 05:20:33 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2003-06-11 05:20:33 +0000 |
| commit | 77e2a274d020432792cae6bad0869e5723555f5d (patch) | |
| tree | e668b3fc1b095e0f84426c35d734e329d1e51e54 | |
| parent | 1795d0cdec696c722b9b95913b585a486d20f913 (diff) | |
Notes
| -rw-r--r-- | sys/alpha/alpha/vm_machdep.c | 6 | ||||
| -rw-r--r-- | sys/amd64/amd64/vm_machdep.c | 5 | ||||
| -rw-r--r-- | sys/i386/i386/vm_machdep.c | 6 | ||||
| -rw-r--r-- | sys/ia64/ia64/vm_machdep.c | 7 | ||||
| -rw-r--r-- | sys/powerpc/aim/vm_machdep.c | 6 | ||||
| -rw-r--r-- | sys/powerpc/powerpc/vm_machdep.c | 6 | ||||
| -rw-r--r-- | sys/sparc64/sparc64/vm_machdep.c | 5 | ||||
| -rw-r--r-- | sys/sys/proc.h | 1 | ||||
| -rw-r--r-- | sys/vm/vm_glue.c | 1 |
9 files changed, 0 insertions, 43 deletions
diff --git a/sys/alpha/alpha/vm_machdep.c b/sys/alpha/alpha/vm_machdep.c index 8e85a3159d60..72351800d48f 100644 --- a/sys/alpha/alpha/vm_machdep.c +++ b/sys/alpha/alpha/vm_machdep.c @@ -320,12 +320,6 @@ cpu_set_upcall_kse(struct thread *td, struct kse_upcall *ku) /* XXX */ } -void -cpu_wait(p) - struct proc *p; -{ -} - /* * Reset back to firmware. */ diff --git a/sys/amd64/amd64/vm_machdep.c b/sys/amd64/amd64/vm_machdep.c index 768fbeb98867..d3a544e03a7d 100644 --- a/sys/amd64/amd64/vm_machdep.c +++ b/sys/amd64/amd64/vm_machdep.c @@ -233,11 +233,6 @@ cpu_set_upcall_kse(struct thread *td, struct kse_upcall *ku) { } -void -cpu_wait(p) - struct proc *p; -{ -} /* * Force reset the processor by invalidating the entire address space! diff --git a/sys/i386/i386/vm_machdep.c b/sys/i386/i386/vm_machdep.c index 3cb48a1e47d2..10d9714fda8e 100644 --- a/sys/i386/i386/vm_machdep.c +++ b/sys/i386/i386/vm_machdep.c @@ -413,12 +413,6 @@ cpu_set_upcall_kse(struct thread *td, struct kse_upcall *ku) (int)ku->ku_mailbox); } -void -cpu_wait(p) - struct proc *p; -{ -} - /* * Convert kernel VA to physical address */ diff --git a/sys/ia64/ia64/vm_machdep.c b/sys/ia64/ia64/vm_machdep.c index 7603afb1b1b5..a9f927aa131c 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! */ diff --git a/sys/powerpc/aim/vm_machdep.c b/sys/powerpc/aim/vm_machdep.c index b12db5be4953..b9aa06b640c5 100644 --- a/sys/powerpc/aim/vm_machdep.c +++ b/sys/powerpc/aim/vm_machdep.c @@ -199,12 +199,6 @@ cpu_sched_exit(td) { } -void -cpu_wait(td) - struct proc *td; -{ -} - /* Temporary helper */ void cpu_throw(void) diff --git a/sys/powerpc/powerpc/vm_machdep.c b/sys/powerpc/powerpc/vm_machdep.c index b12db5be4953..b9aa06b640c5 100644 --- a/sys/powerpc/powerpc/vm_machdep.c +++ b/sys/powerpc/powerpc/vm_machdep.c @@ -199,12 +199,6 @@ cpu_sched_exit(td) { } -void -cpu_wait(td) - struct proc *td; -{ -} - /* Temporary helper */ void cpu_throw(void) diff --git a/sys/sparc64/sparc64/vm_machdep.c b/sys/sparc64/sparc64/vm_machdep.c index e96875c55f7c..7f54e122e48b 100644 --- a/sys/sparc64/sparc64/vm_machdep.c +++ b/sys/sparc64/sparc64/vm_machdep.c @@ -308,11 +308,6 @@ cpu_set_fork_handler(struct thread *td, void (*func)(void *), void *arg) fp->fr_local[1] = (u_long)arg; } -void -cpu_wait(struct proc *p) -{ -} - int is_physical_memory(vm_paddr_t addr) { diff --git a/sys/sys/proc.h b/sys/sys/proc.h index dec25e519a78..a01702d7a3cd 100644 --- a/sys/sys/proc.h +++ b/sys/sys/proc.h @@ -879,7 +879,6 @@ void cpu_sched_exit(struct thread *); void exit1(struct thread *, int) __dead2; void cpu_fork(struct thread *, struct proc *, struct thread *, int); void cpu_set_fork_handler(struct thread *, void (*)(void *), void *); -void cpu_wait(struct proc *); /* New in KSE. */ struct ksegrp *ksegrp_alloc(void); diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c index 8dce64917f18..67b585ebc893 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 */ } |
