Module Name:    src
Committed By:   riastradh
Date:           Sat Mar 21 13:58:31 UTC 2015

Modified Files:
        src/sys/uvm: uvm_page.h

Log Message:
No, PQ_ANON is set only if owned by anon, not if loaned to anon.


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 src/sys/uvm/uvm_page.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/uvm/uvm_page.h
diff -u src/sys/uvm/uvm_page.h:1.78 src/sys/uvm/uvm_page.h:1.79
--- src/sys/uvm/uvm_page.h:1.78	Sat Mar 21 13:28:32 2015
+++ src/sys/uvm/uvm_page.h	Sat Mar 21 13:58:31 2015
@@ -1,4 +1,4 @@
-/*	$NetBSD: uvm_page.h,v 1.78 2015/03/21 13:28:32 riastradh Exp $	*/
+/*	$NetBSD: uvm_page.h,v 1.79 2015/03/21 13:58:31 riastradh Exp $	*/
 
 /*
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -124,7 +124,6 @@
  *   => listq.queue is entry on list of pages in object
  *   => uanon is NULL or the vm_anon to which it has been O->A loaned
  *   => uobject is owner
- *   => iff O->A loaned, PQ_ANON is set in pqflags
  * o owned by a vm_anon
  *   => pageq is unused (XXX correct?)
  *   => listq is unused (XXX correct?)

Reply via email to