Source-Changes-HG archive

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

[src/trunk]: src/sys/uvm/pmap Fix some comments.



details:   https://anonhg.NetBSD.org/src/rev/d9f0b6f90792
branches:  trunk
changeset: 346472:d9f0b6f90792
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Jul 14 15:49:43 2016 +0000

description:
Fix some comments.

diffstat:

 sys/uvm/pmap/pmap_tlb.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r aa750ec29a39 -r d9f0b6f90792 sys/uvm/pmap/pmap_tlb.c
--- a/sys/uvm/pmap/pmap_tlb.c   Thu Jul 14 10:19:05 2016 +0000
+++ b/sys/uvm/pmap/pmap_tlb.c   Thu Jul 14 15:49:43 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap_tlb.c,v 1.15 2016/07/14 04:51:47 skrll Exp $      */
+/*     $NetBSD: pmap_tlb.c,v 1.16 2016/07/14 15:49:43 skrll Exp $      */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
 
 #include <sys/cdefs.h>
 
-__KERNEL_RCSID(0, "$NetBSD: pmap_tlb.c,v 1.15 2016/07/14 04:51:47 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap_tlb.c,v 1.16 2016/07/14 15:49:43 skrll Exp $");
 
 /*
  * Manages address spaces in a TLB.
@@ -628,7 +628,7 @@
 pmap_tlb_shootdown_bystanders(pmap_t pm)
 {
        /*
-        * We don't need to deal our own TLB.
+        * We don't need to deal with our own TLB.
         */
 
        UVMHIST_FUNC(__func__); UVMHIST_CALLED(maphist);
@@ -1030,7 +1030,7 @@
 #endif
 #else
        /*
-        * Handle the case of an UP kernel which only has, at most, one ASID.
+        * Handle the case of an UP kernel which only has, at most, one TLB.
         * If the pmap has an ASID allocated, free it.
         */
        struct pmap_tlb_info * const ti = &pmap_tlb0_info;



Home | Main Index | Thread Index | Old Index