Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/mips Another typo... that's what you get for n...



details:   https://anonhg.NetBSD.org/src/rev/6e423d1977eb
branches:  trunk
changeset: 817735:6e423d1977eb
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Sep 04 15:25:11 2016 +0000

description:
Another typo... that's what you get for not compile testing

diffstat:

 sys/arch/mips/mips/pmap_machdep.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 47874512beaf -r 6e423d1977eb sys/arch/mips/mips/pmap_machdep.c
--- a/sys/arch/mips/mips/pmap_machdep.c Sun Sep 04 15:23:14 2016 +0000
+++ b/sys/arch/mips/mips/pmap_machdep.c Sun Sep 04 15:25:11 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap_machdep.c,v 1.9 2016/09/04 15:23:14 skrll Exp $   */
+/*     $NetBSD: pmap_machdep.c,v 1.10 2016/09/04 15:25:11 skrll Exp $  */
 
 /*-
  * Copyright (c) 1998, 2001 The NetBSD Foundation, Inc.
@@ -67,7 +67,7 @@
 
 #include <sys/cdefs.h>
 
-__KERNEL_RCSID(0, "$NetBSD: pmap_machdep.c,v 1.9 2016/09/04 15:23:14 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap_machdep.c,v 1.10 2016/09/04 15:25:11 skrll Exp $");
 
 /*
  *     Manages physical address maps.
@@ -907,7 +907,7 @@
        }
        for (pv_entry_t npv = pv; npv && npv->pv_pmap;) {
                if (npv->pv_va & PV_KENTER) {
-                       npv = npv->pv_next)
+                       npv = npv->pv_next;
                        continue;
                }
                vaddr_t nva = trunc_page(npv->pv_va);



Home | Main Index | Thread Index | Old Index