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/8412f940657f
branches: trunk
changeset: 816568:8412f940657f
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 8094664aff84 -r 8412f940657f 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