freebsd-dev/sys/powerpc/aim
Matthew Dillon 6d03d577a5 Reorg vm_page.c into vm_page.c, vm_pageq.c, and vm_contig.c (for contigmalloc).
Also removed some spl's and added some VM mutexes, but they are not actually
used yet, so this commit does not really make any operational changes
to the system.

vm_page.c relates to vm_page_t manipulation, including high level deactivation,
activation, etc...  vm_pageq.c relates to finding free pages and aquiring
exclusive access to a page queue (exclusivity part not yet implemented).
And the world still builds... :-)
2001-07-04 23:27:09 +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 Fix comment breakage. 2001-06-27 12:20:48 +00:00
mmu_oea.c Fix comment breakage. 2001-06-27 12:20:48 +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 Bring in NetBSD code used in the PowerPC port. 2001-06-10 02:39:37 +00:00
trap.c Move ast() and userret() to sys/kern/subr_trap.c now that they are MI. 2001-06-29 19:51:37 +00:00
vm_machdep.c Reorg vm_page.c into vm_page.c, vm_pageq.c, and vm_contig.c (for contigmalloc). 2001-07-04 23:27:09 +00:00