Source-Changes-HG archive

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

[src/uebayasi-xip]: src/sys/uvm s/managed device page/device page/



details:   https://anonhg.NetBSD.org/src/rev/726199c43b8f
branches:  uebayasi-xip
changeset: 751850:726199c43b8f
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Thu Nov 11 16:22:25 2010 +0000

description:
s/managed device page/device page/

diffstat:

 sys/uvm/uvm_page.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 1414529243e5 -r 726199c43b8f sys/uvm/uvm_page.c
--- a/sys/uvm/uvm_page.c        Thu Nov 11 16:20:28 2010 +0000
+++ b/sys/uvm/uvm_page.c        Thu Nov 11 16:22:25 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uvm_page.c,v 1.153.2.61 2010/11/11 16:20:28 uebayasi Exp $     */
+/*     $NetBSD: uvm_page.c,v 1.153.2.62 2010/11/11 16:22:25 uebayasi Exp $     */
 
 /*
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -97,7 +97,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uvm_page.c,v 1.153.2.61 2010/11/11 16:20:28 uebayasi Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uvm_page.c,v 1.153.2.62 2010/11/11 16:22:25 uebayasi Exp $");
 
 #include "opt_ddb.h"
 #include "opt_uvmhist.h"
@@ -843,7 +843,7 @@
        seg->flags = flags;
 
        /*
-        * Managed device page metadata initialization
+        * Device page metadata initialization
         * - Pages are not used for general purpose memory.
         *   - Pages are not put in free lists.
         * - Pages are not paged out ("fixed").



Home | Main Index | Thread Index | Old Index