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 c&p error



details:   https://anonhg.NetBSD.org/src/rev/ce18074ff480
branches:  trunk
changeset: 787789:ce18074ff480
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Jul 03 15:26:42 2013 +0000

description:
Fix c&p error

diffstat:

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

diffs (28 lines):

diff -r e3b6cc632795 -r ce18074ff480 sys/arch/arm/arm32/pmap.c
--- a/sys/arch/arm/arm32/pmap.c Wed Jul 03 15:24:35 2013 +0000
+++ b/sys/arch/arm/arm32/pmap.c Wed Jul 03 15:26:42 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.259 2013/07/03 15:24:35 matt Exp $  */
+/*     $NetBSD: pmap.c,v 1.260 2013/07/03 15:26:42 matt Exp $  */
 
 /*
  * Copyright 2003 Wasabi Systems, Inc.
@@ -212,7 +212,7 @@
 #include <arm/cpuconf.h>
 #include <arm/arm32/katelib.h>
 
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.259 2013/07/03 15:24:35 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.260 2013/07/03 15:26:42 matt Exp $");
 
 #ifdef PMAP_DEBUG
 
@@ -766,8 +766,8 @@
                 * This is not true for other CPUs.
                 */
                pm->pm_cstate.cs_tlb_d = 0;
+#endif /* ARM_MMU_V7 */
        }
-#endif /* ARM_MMU_V7 */
 }
 
 #ifdef PMAP_CACHE_VIVT



Home | Main Index | Thread Index | Old Index