Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F142003502
D53963.id167753.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
874 B
Referenced Files
None
Subscribers
None
D53963.id167753.diff
View Options
diff --git a/sys/vm/vm_page.h b/sys/vm/vm_page.h
--- a/sys/vm/vm_page.h
+++ b/sys/vm/vm_page.h
@@ -230,7 +230,7 @@
} uma;
} plinks;
vm_object_t object; /* which object am I in (O) */
- vm_pindex_t pindex; /* offset into object (O,P) */
+ vm_pindex_t pindex; /* offset into object (O) */
vm_paddr_t phys_addr; /* physical address of page (C) */
struct md_page md; /* machine dependent stuff */
u_int ref_count; /* page references (A) */
@@ -238,7 +238,7 @@
union vm_page_astate a; /* state accessed atomically (A) */
uint8_t order; /* index of the buddy queue (F) */
uint8_t pool; /* vm_phys freepool index (F) */
- uint8_t flags; /* page PG_* flags (P) */
+ uint8_t flags; /* page PG_* flags */
uint8_t oflags; /* page VPO_* flags (O) */
int8_t psind; /* pagesizes[] index (O) */
int8_t segind; /* vm_phys segment index (C) */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 15, 6:48 PM (19 h, 32 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26832251
Default Alt Text
D53963.id167753.diff (874 B)
Attached To
Mode
D53963: vm_fault: only rely on PG_ZERO when the page was newly allocated
Attached
Detach File
Event Timeline
Log In to Comment