CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2024/11/01 06:07:53
Modified files:
sys/arch/i386/i386: pmap.c pmapae.c
Log message:
Allocate PD for Intel's U-K before transferring mappings to the pae pmap.
Use km_alloc(9) instead of uvm_km_zalloc() for the allocation because the
mappings are no longer "lost" when switching over to the pae pmap.
Introduce a new function to reduce code duplication involving km_alloc(9).
Remove printing some __func__ in panic(9) strings, they are redundant.
Tested by sthen@ in a bulk. ok mlarkin@, hshoexer@