diff options
author | alc <alc@FreeBSD.org> | 2002-07-18 04:08:10 +0000 |
---|---|---|
committer | alc <alc@FreeBSD.org> | 2002-07-18 04:08:10 +0000 |
commit | bf14f2641b55a6ad0f889aa2b0ff3240ad1cc384 (patch) | |
tree | d36c6bd5e594479dd64d78868dd7e7d2fb35a878 /sys/netinet6 | |
parent | cc2882c16b223d38b64f938d27b4b686d3892590 (diff) | |
download | FreeBSD-src-bf14f2641b55a6ad0f889aa2b0ff3240ad1cc384.zip FreeBSD-src-bf14f2641b55a6ad0f889aa2b0ff3240ad1cc384.tar.gz |
o Introduce an argument, VM_ALLOC_WIRED, that requests vm_page_alloc()
to return a wired page.
o Use VM_ALLOC_WIRED within Alpha's pmap_growkernel(). Also, because
Alpha's pmap_growkernel() calls vm_page_alloc() from within a critical
section, specify VM_ALLOC_INTERRUPT instead of VM_ALLOC_SYSTEM. (Only
VM_ALLOC_INTERRUPT is implemented entirely with a spin mutex.)
o Assert that the page queues mutex is held in vm_page_wire()
on Alpha, just like the other platforms.
Diffstat (limited to 'sys/netinet6')
0 files changed, 0 insertions, 0 deletions