1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-16 15:11:52 +00:00
freebsd/sys/arm
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
..
arm Introduce a procedure, pmap_page_init(), that initializes the 2005-06-10 03:33:36 +00:00
compile
conf Use tabs, not spaces. 2005-06-09 15:05:09 +00:00
include MFP4: 2005-06-09 19:45:09 +00:00
sa11x0 - MFp4: modify slightly the arm intr API, there's arm CPUs with more than 32 2005-06-09 12:26:20 +00:00
xscale - MFp4: modify slightly the arm intr API, there's arm CPUs with more than 32 2005-06-09 12:26:20 +00:00