cvs commit: src/sys/vm vm_contig.c
Kip Macy
kmacy at FreeBSD.org
Wed Oct 11 21:41:39 PDT 2006
kmacy 2006-10-12 04:41:39 UTC
FreeBSD src repository
Modified files:
sys/vm vm_contig.c
Log:
sun4v requires TSBs (translation storage buffers) to be contiguous and be
size aligned requiring heavy usage of vm_page_alloc_contig
This change makes vm_page_alloc_contig SMP safe
Approved by: scottl (acting as backup for mentor rwatson)
Revision Changes Path
1.54 +6 -4 src/sys/vm/vm_contig.c
More information about the cvs-src
mailing list