Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/arm32 Fix harmless (?) typo



details:   https://anonhg.NetBSD.org/src/rev/85f8e84184af
branches:  trunk
changeset: 346426:85f8e84184af
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Jul 12 15:40:53 2016 +0000

description:
Fix harmless (?) typo

diffstat:

 sys/arch/arm/arm32/pmap.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 30f91d899fd4 -r 85f8e84184af sys/arch/arm/arm32/pmap.c
--- a/sys/arch/arm/arm32/pmap.c Tue Jul 12 15:30:46 2016 +0000
+++ b/sys/arch/arm/arm32/pmap.c Tue Jul 12 15:40:53 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.332 2015/12/14 09:48:40 skrll Exp $ */
+/*     $NetBSD: pmap.c,v 1.333 2016/07/12 15:40:53 skrll Exp $ */
 
 /*
  * Copyright 2003 Wasabi Systems, Inc.
@@ -217,7 +217,7 @@
 
 #include <arm/locore.h>
 
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.332 2015/12/14 09:48:40 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.333 2016/07/12 15:40:53 skrll Exp $");
 
 //#define PMAP_DEBUG
 #ifdef PMAP_DEBUG
@@ -5035,7 +5035,7 @@
        armreg_bpiall_write(0);
 #endif
 
-#if defined(MULTIPROCESSOR) && PMAP_MAX_TLB > 1
+#if defined(MULTIPROCESSOR) && PMAP_TLB_MAX > 1
        u_int pending = atomic_swap_uint(&pmap->pm_shootdown_pending, 0);
        if (pending && pmap_tlb_shootdown_bystanders(pmap)) {
                PMAP_COUNT(shootdown_ipis);



Home | Main Index | Thread Index | Old Index