Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F159304078
D32037.id95418.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D32037.id95418.diff
View Options
Index: sys/vm/uma.h
===================================================================
--- sys/vm/uma.h
+++ sys/vm/uma.h
@@ -483,7 +483,7 @@
/*
* Reserves the maximum KVA space required by the zone and configures the zone
- * to use a VM_ALLOC_NOOBJ-based backend allocator.
+ * to use a backend which simply provides anonymous physical pages.
*
* Arguments:
* zone The zone to update.
Index: sys/vm/vm_page.h
===================================================================
--- sys/vm/vm_page.h
+++ sys/vm/vm_page.h
@@ -542,7 +542,6 @@
#define VM_ALLOC_WIRED 0x0020 /* (acgnp) Allocate a wired page */
#define VM_ALLOC_ZERO 0x0040 /* (acgnp) Allocate a prezeroed page */
#define VM_ALLOC_NORECLAIM 0x0080 /* (c) Do not reclaim after failure */
-#define VM_ALLOC_NOOBJ 0x0100 /* (acg) No associated object */
#define VM_ALLOC_NOBUSY 0x0200 /* (acgp) Do not excl busy the page */
#define VM_ALLOC_NOCREAT 0x0400 /* (gp) Don't create a page */
#define VM_ALLOC_IGN_SBUSY 0x1000 /* (gp) Ignore shared busy flag */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jun 13, 4:02 PM (57 m, 5 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33927146
Default Alt Text
D32037.id95418.diff (1 KB)
Attached To
Mode
D32037: Remove remaining references to VM_ALLOC_NOOBJ
Attached
Detach File
Event Timeline
Log In to Comment