Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/uvm Call these `identities', not `life states'.



details:   https://anonhg.NetBSD.org/src/rev/f73197a26084
branches:  trunk
changeset: 336849:f73197a26084
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Mon Mar 23 07:59:12 2015 +0000

description:
Call these `identities', not `life states'.

diffstat:

 sys/uvm/uvm_page.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a96d388ea51a -r f73197a26084 sys/uvm/uvm_page.h
--- a/sys/uvm/uvm_page.h        Mon Mar 23 07:54:44 2015 +0000
+++ b/sys/uvm/uvm_page.h        Mon Mar 23 07:59:12 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uvm_page.h,v 1.79 2015/03/21 13:58:31 riastradh Exp $  */
+/*     $NetBSD: uvm_page.h,v 1.80 2015/03/23 07:59:12 riastradh Exp $  */
 
 /*
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -111,7 +111,7 @@
  * UVM and pmap(9) may use uvm_page_locked_p() to assert whether the
  * page owner's lock is acquired.
  *
- * A page can be in one of four life states:
+ * A page can have one of four identities:
  *
  * o free
  *   => pageq.list is entry on global free page queue



Home | Main Index | Thread Index | Old Index