Source-Changes-HG archive

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

[src/trunk]: src/sys/uvm/pmap Minor comment update.



details:   https://anonhg.NetBSD.org/src/rev/f5c174391773
branches:  trunk
changeset: 333089:f5c174391773
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Oct 18 09:54:19 2014 +0000

description:
Minor comment update.

diffstat:

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

diffs (27 lines):

diff -r c233e2725481 -r f5c174391773 sys/uvm/pmap/pmap_tlb.c
--- a/sys/uvm/pmap/pmap_tlb.c   Sat Oct 18 08:33:23 2014 +0000
+++ b/sys/uvm/pmap/pmap_tlb.c   Sat Oct 18 09:54:19 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap_tlb.c,v 1.8 2014/04/03 14:46:25 matt Exp $        */
+/*     $NetBSD: pmap_tlb.c,v 1.9 2014/10/18 09:54:19 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.8 2014/04/03 14:46:25 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap_tlb.c,v 1.9 2014/10/18 09:54:19 skrll Exp $");
 
 /*
  * Manages address spaces in a TLB.
@@ -437,7 +437,7 @@
                        tlb_invalidate_asids(KERNEL_PID + 1, ti->ti_asid_max);
 #else /* MULTIPROCESSOR && !PMAP_NEED_TLB_SHOOTDOWN */
                        /*
-                        * For those systems (PowerPC) that don't need require
+                        * For those systems (PowerPC) that don't require
                         * cross cpu TLB shootdowns, we have to invalidate the
                         * entire TLB because we can't record the ASIDs in use
                         * on the other CPUs.  This is hopefully cheaper than



Home | Main Index | Thread Index | Old Index