Module Name: src
Committed By: matt
Date: Wed Jul 3 15:26:42 UTC 2013
Modified Files:
src/sys/arch/arm/arm32: pmap.c
Log Message:
Fix c&p error
To generate a diff of this commit:
cvs rdiff -u -r1.259 -r1.260 src/sys/arch/arm/arm32/pmap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/arm/arm32/pmap.c
diff -u src/sys/arch/arm/arm32/pmap.c:1.259 src/sys/arch/arm/arm32/pmap.c:1.260
--- src/sys/arch/arm/arm32/pmap.c:1.259 Wed Jul 3 15:24:35 2013
+++ src/sys/arch/arm/arm32/pmap.c Wed Jul 3 15:26:42 2013
@@ -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 @@ pmap_tlb_flushD(pmap_t pm)
* This is not true for other CPUs.
*/
pm->pm_cstate.cs_tlb_d = 0;
- }
#endif /* ARM_MMU_V7 */
+ }
}
#ifdef PMAP_CACHE_VIVT