cvs commit: src/sys/kern kern_malloc.c src/sys/vm vm_extern.h
vm_init.c vm_kern.c
Alan Cox
alc at FreeBSD.org
Sat May 10 21:46:21 UTC 2008
alc 2008-05-10 21:46:20 UTC
FreeBSD src repository
Modified files:
sys/kern kern_malloc.c
sys/vm vm_extern.h vm_init.c vm_kern.c
Log:
Introduce a new parameter "superpage_align" to kmem_suballoc() that is
used to request superpage alignment for the submap.
Request superpage alignment for the kmem_map.
Pass VMFS_ANY_SPACE instead of TRUE to vm_map_find(). (They are currently
equivalent but VMFS_ANY_SPACE is the new preferred spelling.)
Remove a stale comment from kmem_malloc().
Revision Changes Path
1.164 +1 -1 src/sys/kern/kern_malloc.c
1.80 +2 -1 src/sys/vm/vm_extern.h
1.48 +6 -5 src/sys/vm/vm_init.c
1.134 +7 -11 src/sys/vm/vm_kern.c
More information about the cvs-src
mailing list