b6ba812d35
* All of pmap_init is now deferred to the first call of pmap_create. This allows us to allocate stuff dynamically using malloc. * pv_table (which is needed before malloc is available) is temporarily allocated using pmap_steal_memory in pmap_bootstrap, and then re-allocated using malloc in pmap_create, with the old allocation being given back to UVM. This should save some memory on small machines, but the malloc overhead probably soaks it up. |
||
---|---|---|
bin | ||
crypto | ||
dist | ||
distrib | ||
etc | ||
games | ||
gnu | ||
include | ||
lib | ||
libexec | ||
regress | ||
sbin | ||
share | ||
sys | ||
usr.bin | ||
usr.sbin | ||
Makefile | ||
Makefile.inc | ||
UPDATING |