Source-Changes-HG archive

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

[src/trunk]: src/sys/uvm Fix a comment.



details:   https://anonhg.NetBSD.org/src/rev/31be1a1063a7
branches:  trunk
changeset: 745588:31be1a1063a7
user:      ad <ad%NetBSD.org@localhost>
date:      Fri Mar 06 20:46:12 2020 +0000

description:
Fix a comment.

diffstat:

 sys/uvm/uvm_init.c |  8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diffs (29 lines):

diff -r a0820d84e7b7 -r 31be1a1063a7 sys/uvm/uvm_init.c
--- a/sys/uvm/uvm_init.c        Fri Mar 06 20:28:26 2020 +0000
+++ b/sys/uvm/uvm_init.c        Fri Mar 06 20:46:12 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uvm_init.c,v 1.52 2019/12/27 12:51:57 ad Exp $ */
+/*     $NetBSD: uvm_init.c,v 1.53 2020/03/06 20:46:12 ad Exp $ */
 
 /*
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uvm_init.c,v 1.52 2019/12/27 12:51:57 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uvm_init.c,v 1.53 2020/03/06 20:46:12 ad Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -164,9 +164,7 @@
        uvm_loan_init();
 
        /*
-        * The VM system is now up!  Now that kmem is up we can resize the
-        * <obj,off> => <page> hash table for general use and enable paging
-        * of kernel objects.
+        * Enable paging of kernel objects.
         */
 
        uao_create(VM_MAX_KERNEL_ADDRESS - VM_MIN_KERNEL_ADDRESS,



Home | Main Index | Thread Index | Old Index