freebsd-nq/sys/powerpc/aim
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
..
clock.c Fix comment breakage. 2001-06-27 12:20:48 +00:00
locore.S Fix comment breakage. 2001-06-27 12:20:48 +00:00
machdep.c Zap #if 0'ed map init code that got moved to the MI area. 2001-09-04 08:42:35 +00:00
mmu_oea.c Similar to changes on i386/alpha/etc pmap.c; converge on a similar 2001-08-31 06:42:45 +00:00
ofw_machdep.c Bring in NetBSD code used in the PowerPC port. 2001-06-10 02:39:37 +00:00
ofwmagic.S Bring in NetBSD code used in the PowerPC port. 2001-06-10 02:39:37 +00:00
swtch.S FreeBSD doesn't use a want_resched variable. Instead, the PS_NEEDRESCHED 2001-08-15 19:39:09 +00:00
trap.c - Close races with signals and other AST's being triggered while we are in 2001-08-10 22:53:32 +00:00
vm_machdep.c Rip some well duplicated code out of cpu_wait() and cpu_exit() and move 2001-09-10 04:28:58 +00:00