cvs commit: src UPDATING src/sys/vm vm_map.h
Marcel Moolenaar
marcel at FreeBSD.org
Sat Mar 1 22:54:43 UTC 2008
marcel 2008-03-01 22:54:42 UTC
FreeBSD src repository
Modified files:
. UPDATING
sys/vm vm_map.h
Log:
Make the vm_pmap field of struct vmspace the last field in the
structure. This allows per-CPU variations of struct pmap on a
single architecture without affecting the machine-independent
fields. As such, the PMAP variations don't affect the ABI. They
become part of it.
Revision Changes Path
1.522 +8 -0 src/UPDATING
1.122 +6 -1 src/sys/vm/vm_map.h
More information about the cvs-src
mailing list