Module Name:    src
Committed By:   uebayasi
Date:           Thu Nov 11 16:22:25 UTC 2010

Modified Files:
        src/sys/uvm [uebayasi-xip]: uvm_page.c

Log Message:
s/managed device page/device page/


To generate a diff of this commit:
cvs rdiff -u -r1.153.2.61 -r1.153.2.62 src/sys/uvm/uvm_page.c

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.c
diff -u src/sys/uvm/uvm_page.c:1.153.2.61 src/sys/uvm/uvm_page.c:1.153.2.62
--- src/sys/uvm/uvm_page.c:1.153.2.61	Thu Nov 11 16:20:28 2010
+++ src/sys/uvm/uvm_page.c	Thu Nov 11 16:22:25 2010
@@ -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").

Reply via email to