freebsd-dev/sys/powerpc
Alan Cox 1c245ae7d1 Introduce a procedure, pmap_page_init(), that initializes the
vm_page's machine-dependent fields.  Use this function in
vm_pageq_add_new_page() so that the vm_page's machine-dependent and
machine-independent fields are initialized at the same time.

Remove code from pmap_init() for initializing the vm_page's
machine-dependent fields.

Remove stale comments from pmap_init().

Eliminate the Boolean variable pmap_initialized from the alpha, amd64,
i386, and ia64 pmap implementations.  Its use is no longer required
because of the above changes and earlier changes that result in physical
memory that is being mapped at initialization time being mapped without
pv entries.

Tested by: cognet, kensmith, marcel
2005-06-10 03:33:36 +00:00
..
aim Introduce a procedure, pmap_page_init(), that initializes the 2005-06-10 03:33:36 +00:00
compile
conf - move to SCHED_4BSD per jeffr's comments on SCHED_ULE's state 2005-05-03 11:56:05 +00:00
include MFP4: 2005-06-09 19:45:09 +00:00
ofw Quick hack-o-rama to allow the Xorg Radeon driver to start up. It 2005-05-21 00:22:57 +00:00
powermac The end values passed to rman_manage_region() for PCI i/o and mem 2005-05-29 08:51:21 +00:00
powerpc Introduce a procedure, pmap_page_init(), that initializes the 2005-06-10 03:33:36 +00:00
psim Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 2005-05-29 04:42:30 +00:00