summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_page.h
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2013-08-22 07:39:53 +0000
committerkib <kib@FreeBSD.org>2013-08-22 07:39:53 +0000
commitba12eedccd58fdeb0e4a9fcb875df2207242789c (patch)
treeebc7f0d660b0d8af7dbd22f485c3a5f29bc589bf /sys/vm/vm_page.h
parent40e805bbd20a3dc78b0a587d39959e082125340f (diff)
downloadFreeBSD-src-ba12eedccd58fdeb0e4a9fcb875df2207242789c.zip
FreeBSD-src-ba12eedccd58fdeb0e4a9fcb875df2207242789c.tar.gz
Remove the deprecated VM_ALLOC_RETRY flag for the vm_page_grab(9).
The flag was mandatory since r209792, where vm_page_grab(9) was changed to only support the alloc retry semantic. Suggested and reviewed by: alc Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sys/vm/vm_page.h')
-rw-r--r--sys/vm/vm_page.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/vm/vm_page.h b/sys/vm/vm_page.h
index 1e813fb..37f16c7 100644
--- a/sys/vm/vm_page.h
+++ b/sys/vm/vm_page.h
@@ -389,7 +389,6 @@ vm_page_t PHYS_TO_VM_PAGE(vm_paddr_t pa);
/* page allocation flags: */
#define VM_ALLOC_WIRED 0x0020 /* non pageable */
#define VM_ALLOC_ZERO 0x0040 /* Try to obtain a zeroed page */
-#define VM_ALLOC_RETRY 0x0080 /* Mandatory with vm_page_grab() */
#define VM_ALLOC_NOOBJ 0x0100 /* No associated object */
#define VM_ALLOC_NOBUSY 0x0200 /* Do not busy the page */
#define VM_ALLOC_IFCACHED 0x0400 /* Fail if the page is not cached */
OpenPOWER on IntegriCloud