Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/uvm No, PQ_ANON is set only if owned by anon, not if loa...
details: https://anonhg.NetBSD.org/src/rev/45c2df0e8591
branches: trunk
changeset: 336815:45c2df0e8591
user: riastradh <riastradh%NetBSD.org@localhost>
date: Sat Mar 21 13:58:31 2015 +0000
description:
No, PQ_ANON is set only if owned by anon, not if loaned to anon.
diffstat:
sys/uvm/uvm_page.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r a29fe0870ea3 -r 45c2df0e8591 sys/uvm/uvm_page.h
--- a/sys/uvm/uvm_page.h Sat Mar 21 13:35:48 2015 +0000
+++ b/sys/uvm/uvm_page.h Sat Mar 21 13:58:31 2015 +0000
@@ -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?)
Home |
Main Index |
Thread Index |
Old Index