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 Remove an unnecessary flush that sneaked ...



details:   https://anonhg.NetBSD.org/src/rev/10a118c86ed2
branches:  trunk
changeset: 333592:10a118c86ed2
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Nov 10 14:35:59 2014 +0000

description:
Remove an unnecessary flush that sneaked in as part of break-before-make
change.

diffstat:

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

diffs (26 lines):

diff -r 917cdabeb821 -r 10a118c86ed2 sys/arch/arm/arm32/pmap.c
--- a/sys/arch/arm/arm32/pmap.c Mon Nov 10 14:33:00 2014 +0000
+++ b/sys/arch/arm/arm32/pmap.c Mon Nov 10 14:35:59 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.313 2014/11/10 14:33:00 skrll Exp $ */
+/*     $NetBSD: pmap.c,v 1.314 2014/11/10 14:35:59 skrll Exp $ */
 
 /*
  * Copyright 2003 Wasabi Systems, Inc.
@@ -215,7 +215,7 @@
 
 #include <arm/locore.h>
 
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.313 2014/11/10 14:33:00 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.314 2014/11/10 14:35:59 skrll Exp $");
 
 //#define PMAP_DEBUG
 #ifdef PMAP_DEBUG
@@ -3495,7 +3495,6 @@
                                 */
                                l2pte_reset(ptep);
                                PTE_SYNC_CURRENT(pm, ptep);
-                               pmap_tlb_flush_SE(pm, sva, flags);
                                continue;
                        }
 



Home | Main Index | Thread Index | Old Index