summaryrefslogtreecommitdiffstats
path: root/sys/vm
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2015-09-27 05:26:22 +0000
committeralc <alc@FreeBSD.org>2015-09-27 05:26:22 +0000
commit49ac252d0773872b42ae5f72caef94e70b4ab44b (patch)
tree767aa0c7a307a8143b7e1dec31f6b3f84410ff38 /sys/vm
parent1b04bd851bfa9502ecaaf14673faf66f7ae217b3 (diff)
downloadFreeBSD-src-49ac252d0773872b42ae5f72caef94e70b4ab44b.zip
FreeBSD-src-49ac252d0773872b42ae5f72caef94e70b4ab44b.tar.gz
MFC r283795
Document vm_page_alloc_contig()'s support for the VM_ALLOC_NODUMP option.
Diffstat (limited to 'sys/vm')
-rw-r--r--sys/vm/vm_page.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/vm/vm_page.c b/sys/vm/vm_page.c
index 7d6ce08..95bf6ca 100644
--- a/sys/vm/vm_page.c
+++ b/sys/vm/vm_page.c
@@ -1710,6 +1710,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
OpenPOWER on IntegriCloud