/freebsd/sys/powerpc/powerpc/ |
H A D | vm_machdep.c | diff eb30c1c0b9d31a4394a3b9c04325ab9e5af9ad1a Mon Sep 10 06:28:58 CEST 2001 Peter Wemm <peter@FreeBSD.org> Rip some well duplicated code out of cpu_wait() and cpu_exit() and move it to the MI area. KSE touched cpu_wait() which had the same change replicated five ways for each platform. Now it can just do it once. The only MD parts seemed to be dealing with fpu state cleanup and things like vm86 cleanup on x86. The rest was identical.
XXX: ia64 and powerpc did not have cpu_throw(), so I've put a functional stub in place.
Reviewed by: jake, tmm, dillon diff eb30c1c0b9d31a4394a3b9c04325ab9e5af9ad1a Mon Sep 10 06:28:58 CEST 2001 Peter Wemm <peter@FreeBSD.org> Rip some well duplicated code out of cpu_wait() and cpu_exit() and move it to the MI area. KSE touched cpu_wait() which had the same change replicated five ways for each platform. Now it can just do it once. The only MD parts seemed to be dealing with fpu state cleanup and things like vm86 cleanup on x86. The rest was identical.
XXX: ia64 and powerpc did not have cpu_throw(), so I've put a functional stub in place.
Reviewed by: jake, tmm, dillon
|
/freebsd/sys/vm/ |
H A D | vm_extern.h | diff eb30c1c0b9d31a4394a3b9c04325ab9e5af9ad1a Mon Sep 10 06:28:58 CEST 2001 Peter Wemm <peter@FreeBSD.org> Rip some well duplicated code out of cpu_wait() and cpu_exit() and move it to the MI area. KSE touched cpu_wait() which had the same change replicated five ways for each platform. Now it can just do it once. The only MD parts seemed to be dealing with fpu state cleanup and things like vm86 cleanup on x86. The rest was identical.
XXX: ia64 and powerpc did not have cpu_throw(), so I've put a functional stub in place.
Reviewed by: jake, tmm, dillon diff eb30c1c0b9d31a4394a3b9c04325ab9e5af9ad1a Mon Sep 10 06:28:58 CEST 2001 Peter Wemm <peter@FreeBSD.org> Rip some well duplicated code out of cpu_wait() and cpu_exit() and move it to the MI area. KSE touched cpu_wait() which had the same change replicated five ways for each platform. Now it can just do it once. The only MD parts seemed to be dealing with fpu state cleanup and things like vm86 cleanup on x86. The rest was identical.
XXX: ia64 and powerpc did not have cpu_throw(), so I've put a functional stub in place.
Reviewed by: jake, tmm, dillon
|
H A D | vm_glue.c | diff eb30c1c0b9d31a4394a3b9c04325ab9e5af9ad1a Mon Sep 10 06:28:58 CEST 2001 Peter Wemm <peter@FreeBSD.org> Rip some well duplicated code out of cpu_wait() and cpu_exit() and move it to the MI area. KSE touched cpu_wait() which had the same change replicated five ways for each platform. Now it can just do it once. The only MD parts seemed to be dealing with fpu state cleanup and things like vm86 cleanup on x86. The rest was identical.
XXX: ia64 and powerpc did not have cpu_throw(), so I've put a functional stub in place.
Reviewed by: jake, tmm, dillon diff eb30c1c0b9d31a4394a3b9c04325ab9e5af9ad1a Mon Sep 10 06:28:58 CEST 2001 Peter Wemm <peter@FreeBSD.org> Rip some well duplicated code out of cpu_wait() and cpu_exit() and move it to the MI area. KSE touched cpu_wait() which had the same change replicated five ways for each platform. Now it can just do it once. The only MD parts seemed to be dealing with fpu state cleanup and things like vm86 cleanup on x86. The rest was identical.
XXX: ia64 and powerpc did not have cpu_throw(), so I've put a functional stub in place.
Reviewed by: jake, tmm, dillon
|
/freebsd/sys/amd64/amd64/ |
H A D | vm_machdep.c | diff eb30c1c0b9d31a4394a3b9c04325ab9e5af9ad1a Mon Sep 10 06:28:58 CEST 2001 Peter Wemm <peter@FreeBSD.org> Rip some well duplicated code out of cpu_wait() and cpu_exit() and move it to the MI area. KSE touched cpu_wait() which had the same change replicated five ways for each platform. Now it can just do it once. The only MD parts seemed to be dealing with fpu state cleanup and things like vm86 cleanup on x86. The rest was identical.
XXX: ia64 and powerpc did not have cpu_throw(), so I've put a functional stub in place.
Reviewed by: jake, tmm, dillon diff eb30c1c0b9d31a4394a3b9c04325ab9e5af9ad1a Mon Sep 10 06:28:58 CEST 2001 Peter Wemm <peter@FreeBSD.org> Rip some well duplicated code out of cpu_wait() and cpu_exit() and move it to the MI area. KSE touched cpu_wait() which had the same change replicated five ways for each platform. Now it can just do it once. The only MD parts seemed to be dealing with fpu state cleanup and things like vm86 cleanup on x86. The rest was identical.
XXX: ia64 and powerpc did not have cpu_throw(), so I've put a functional stub in place.
Reviewed by: jake, tmm, dillon
|
/freebsd/sys/i386/i386/ |
H A D | vm_machdep.c | diff eb30c1c0b9d31a4394a3b9c04325ab9e5af9ad1a Mon Sep 10 06:28:58 CEST 2001 Peter Wemm <peter@FreeBSD.org> Rip some well duplicated code out of cpu_wait() and cpu_exit() and move it to the MI area. KSE touched cpu_wait() which had the same change replicated five ways for each platform. Now it can just do it once. The only MD parts seemed to be dealing with fpu state cleanup and things like vm86 cleanup on x86. The rest was identical.
XXX: ia64 and powerpc did not have cpu_throw(), so I've put a functional stub in place.
Reviewed by: jake, tmm, dillon diff eb30c1c0b9d31a4394a3b9c04325ab9e5af9ad1a Mon Sep 10 06:28:58 CEST 2001 Peter Wemm <peter@FreeBSD.org> Rip some well duplicated code out of cpu_wait() and cpu_exit() and move it to the MI area. KSE touched cpu_wait() which had the same change replicated five ways for each platform. Now it can just do it once. The only MD parts seemed to be dealing with fpu state cleanup and things like vm86 cleanup on x86. The rest was identical.
XXX: ia64 and powerpc did not have cpu_throw(), so I've put a functional stub in place.
Reviewed by: jake, tmm, dillon
|
/freebsd/sys/kern/ |
H A D | kern_fork.c | diff eb30c1c0b9d31a4394a3b9c04325ab9e5af9ad1a Mon Sep 10 06:28:58 CEST 2001 Peter Wemm <peter@FreeBSD.org> Rip some well duplicated code out of cpu_wait() and cpu_exit() and move it to the MI area. KSE touched cpu_wait() which had the same change replicated five ways for each platform. Now it can just do it once. The only MD parts seemed to be dealing with fpu state cleanup and things like vm86 cleanup on x86. The rest was identical.
XXX: ia64 and powerpc did not have cpu_throw(), so I've put a functional stub in place.
Reviewed by: jake, tmm, dillon diff eb30c1c0b9d31a4394a3b9c04325ab9e5af9ad1a Mon Sep 10 06:28:58 CEST 2001 Peter Wemm <peter@FreeBSD.org> Rip some well duplicated code out of cpu_wait() and cpu_exit() and move it to the MI area. KSE touched cpu_wait() which had the same change replicated five ways for each platform. Now it can just do it once. The only MD parts seemed to be dealing with fpu state cleanup and things like vm86 cleanup on x86. The rest was identical.
XXX: ia64 and powerpc did not have cpu_throw(), so I've put a functional stub in place.
Reviewed by: jake, tmm, dillon
|
H A D | kern_exit.c | diff eb30c1c0b9d31a4394a3b9c04325ab9e5af9ad1a Mon Sep 10 06:28:58 CEST 2001 Peter Wemm <peter@FreeBSD.org> Rip some well duplicated code out of cpu_wait() and cpu_exit() and move it to the MI area. KSE touched cpu_wait() which had the same change replicated five ways for each platform. Now it can just do it once. The only MD parts seemed to be dealing with fpu state cleanup and things like vm86 cleanup on x86. The rest was identical.
XXX: ia64 and powerpc did not have cpu_throw(), so I've put a functional stub in place.
Reviewed by: jake, tmm, dillon diff eb30c1c0b9d31a4394a3b9c04325ab9e5af9ad1a Mon Sep 10 06:28:58 CEST 2001 Peter Wemm <peter@FreeBSD.org> Rip some well duplicated code out of cpu_wait() and cpu_exit() and move it to the MI area. KSE touched cpu_wait() which had the same change replicated five ways for each platform. Now it can just do it once. The only MD parts seemed to be dealing with fpu state cleanup and things like vm86 cleanup on x86. The rest was identical.
XXX: ia64 and powerpc did not have cpu_throw(), so I've put a functional stub in place.
Reviewed by: jake, tmm, dillon
|
/freebsd/sys/sys/ |
H A D | proc.h | diff eb30c1c0b9d31a4394a3b9c04325ab9e5af9ad1a Mon Sep 10 06:28:58 CEST 2001 Peter Wemm <peter@FreeBSD.org> Rip some well duplicated code out of cpu_wait() and cpu_exit() and move it to the MI area. KSE touched cpu_wait() which had the same change replicated five ways for each platform. Now it can just do it once. The only MD parts seemed to be dealing with fpu state cleanup and things like vm86 cleanup on x86. The rest was identical.
XXX: ia64 and powerpc did not have cpu_throw(), so I've put a functional stub in place.
Reviewed by: jake, tmm, dillon diff eb30c1c0b9d31a4394a3b9c04325ab9e5af9ad1a Mon Sep 10 06:28:58 CEST 2001 Peter Wemm <peter@FreeBSD.org> Rip some well duplicated code out of cpu_wait() and cpu_exit() and move it to the MI area. KSE touched cpu_wait() which had the same change replicated five ways for each platform. Now it can just do it once. The only MD parts seemed to be dealing with fpu state cleanup and things like vm86 cleanup on x86. The rest was identical.
XXX: ia64 and powerpc did not have cpu_throw(), so I've put a functional stub in place.
Reviewed by: jake, tmm, dillon
|