freebsd-dev/sys/powerpc
Peter Wemm eb30c1c0b9 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
2001-09-10 04:28:58 +00:00
..
aim Rip some well duplicated code out of cpu_wait() and cpu_exit() and move 2001-09-10 04:28:58 +00:00
compile Don't need the .keep_me files. Obrien and I committed past each other. 2001-07-01 23:35:44 +00:00
conf The final commit for the first phase of PowerPC support. 2001-06-17 09:39:44 +00:00
include style(9) the structure definitions. 2001-09-05 01:36:46 +00:00
powerpc Rip some well duplicated code out of cpu_wait() and cpu_exit() and move 2001-09-10 04:28:58 +00:00