svn commit: r217479 - head/sys/vm
Alan Cox
alc at FreeBSD.org
Sun Jan 16 18:04:01 UTC 2011
Author: alc
Date: Sun Jan 16 18:04:01 2011
New Revision: 217479
URL: http://svn.freebsd.org/changeset/base/217479
Log:
Update a lock annotation on the page structure.
Modified:
head/sys/vm/vm_page.h
Modified: head/sys/vm/vm_page.h
==============================================================================
--- head/sys/vm/vm_page.h Sun Jan 16 18:01:39 2011 (r217478)
+++ head/sys/vm/vm_page.h Sun Jan 16 18:04:01 2011 (r217479)
@@ -104,7 +104,7 @@ struct vm_page {
struct vm_page *right; /* splay tree link (O) */
vm_object_t object; /* which object am I in (O,P)*/
- vm_pindex_t pindex; /* offset into object (O,Q) */
+ vm_pindex_t pindex; /* offset into object (O,P) */
vm_paddr_t phys_addr; /* physical address of page */
struct md_page md; /* machine dependant stuff */
uint8_t queue; /* page queue index (P,Q) */
More information about the svn-src-head
mailing list