diff options
author | alc <alc@FreeBSD.org> | 2015-05-30 23:37:47 +0000 |
---|---|---|
committer | alc <alc@FreeBSD.org> | 2015-05-30 23:37:47 +0000 |
commit | a7a4e853c7e47e9528e55bd1819e8f8da7c8557a (patch) | |
tree | fac6f97dac3699eb8f8063f2a5e05dcfab87e5da /sys | |
parent | a1fec5c283c598910de88f9aa0ce13c72cc92647 (diff) | |
download | FreeBSD-src-a7a4e853c7e47e9528e55bd1819e8f8da7c8557a.zip FreeBSD-src-a7a4e853c7e47e9528e55bd1819e8f8da7c8557a.tar.gz |
Document vm_page_alloc_contig()'s support for the VM_ALLOC_NODUMP option.
MFC after: 3 days
Diffstat (limited to 'sys')
-rw-r--r-- | sys/vm/vm_page.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/vm/vm_page.c b/sys/vm/vm_page.c index b3b36d6..81995a1 100644 --- a/sys/vm/vm_page.c +++ b/sys/vm/vm_page.c @@ -1827,6 +1827,7 @@ vm_page_alloc_contig_vdrop(struct spglist *lst) * * optional allocation flags: * VM_ALLOC_NOBUSY do not exclusive busy the page + * VM_ALLOC_NODUMP do not include the page in a kernel core dump * VM_ALLOC_NOOBJ page is not associated with an object and * should not be exclusive busy * VM_ALLOC_SBUSY shared busy the allocated page |