Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x68k/x68k Reduce TLB operations.



details:   https://anonhg.NetBSD.org/src/rev/44497b066d8c
branches:  trunk
changeset: 473766:44497b066d8c
user:      minoura <minoura%NetBSD.org@localhost>
date:      Fri Jun 18 14:27:09 1999 +0000

description:
Reduce TLB operations.

diffstat:

 sys/arch/x68k/x68k/pmap.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 79749675cef5 -r 44497b066d8c sys/arch/x68k/x68k/pmap.c
--- a/sys/arch/x68k/x68k/pmap.c Fri Jun 18 14:26:38 1999 +0000
+++ b/sys/arch/x68k/x68k/pmap.c Fri Jun 18 14:27:09 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.40 1999/06/17 19:23:29 thorpej Exp $        */
+/*     $NetBSD: pmap.c,v 1.41 1999/06/18 14:27:09 minoura Exp $        */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -1565,7 +1565,7 @@
 #endif
 
        *pte = npte;
-       pmap_update();
+       TBIS (va);
 }
 
 



Home | Main Index | Thread Index | Old Index