Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/atari/atari Fix a typo.



details:   https://anonhg.NetBSD.org/src/rev/690577988b24
branches:  trunk
changeset: 474523:690577988b24
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri Jul 09 19:43:40 1999 +0000

description:
Fix a typo.

diffstat:

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

diffs (18 lines):

diff -r 78ae1d9248e7 -r 690577988b24 sys/arch/atari/atari/pmap.c
--- a/sys/arch/atari/atari/pmap.c       Fri Jul 09 18:55:33 1999 +0000
+++ b/sys/arch/atari/atari/pmap.c       Fri Jul 09 19:43:40 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.50 1999/07/08 18:05:26 thorpej Exp $        */
+/*     $NetBSD: pmap.c,v 1.51 1999/07/09 19:43:40 thorpej Exp $        */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -1396,7 +1396,7 @@
         * Wiring is not a hardware characteristic so there is no need
         * to invalidate TLB.
         */
-       if (pmap_ptw_w(pte)) {
+       if (pmap_pte_w(pte)) {
                pmap->pm_stats.wired_count--;
                pmap_pte_set_w(pte, FALSE);
        }



Home | Main Index | Thread Index | Old Index