freebsd-dev/sys/powerpc/aim
Alan Cox fcffa790e9 Retire pmap_pinit2(). Alpha was the last platform that used it. However,
ever since alpha/alpha/pmap.c revision 1.81 introduced the list allpmaps,
there has been no reason for having this function on Alpha.  Briefly,
when pmap_growkernel() relied upon the list of all processes to find and
update the various pmaps to reflect a growth in the kernel's valid
address space, pmap_init2() served to avoid a race between pmap
initialization and pmap_growkernel().  Specifically, pmap_pinit2() was
responsible for initializing the kernel portions of the pmap and
pmap_pinit2() was called after the process structure contained a pointer
to the new pmap for use by pmap_growkernel().  Thus, an update to the
kernel's address space might be applied to the new pmap unnecessarily,
but an update would never be lost.
2004-03-07 21:06:48 +00:00
..
clock.c - fix compile warnings 2004-02-11 08:07:19 +00:00
copyinout.c Kernel changes for libthr (and probably libpthread). 2004-03-02 06:13:09 +00:00
interrupt.c
locore.S Interrupt statistics, vmstat -i now works. 2004-02-11 13:18:31 +00:00
machdep.c Kernel changes for libthr (and probably libpthread). 2004-03-02 06:13:09 +00:00
mmu_oea.c Retire pmap_pinit2(). Alpha was the last platform that used it. However, 2004-03-07 21:06:48 +00:00
nexus.c - constify devinfo strings to eliminate compile warning 2004-02-11 10:15:15 +00:00
ofw_machdep.c - removed obsolete ppc_exit/ppc_boot functions 2003-12-10 08:55:53 +00:00
ofwmagic.S
swtch.S Update powerpc to use the (old thread,new thread) calling convention 2003-08-14 03:56:24 +00:00
trap_subr.S Major overhaul of common trap code 2004-02-04 13:10:25 +00:00
trap.c
uma_machdep.c Add sysctl hw.uma_mdpages to track how many pages have been allocated 2004-02-11 04:42:48 +00:00
vm_machdep.c Kernel changes for libthr (and probably libpthread). 2004-03-02 06:13:09 +00:00