Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sh3/sh3 typo in previous.



details:   https://anonhg.NetBSD.org/src/rev/08d078330dee
branches:  trunk
changeset: 514000:08d078330dee
user:      chs <chs%NetBSD.org@localhost>
date:      Sun Aug 19 17:45:15 2001 +0000

description:
typo in previous.

diffstat:

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

diffs (18 lines):

diff -r f67963cb9514 -r 08d078330dee sys/arch/sh3/sh3/vm_machdep.c
--- a/sys/arch/sh3/sh3/vm_machdep.c     Sun Aug 19 17:43:44 2001 +0000
+++ b/sys/arch/sh3/sh3/vm_machdep.c     Sun Aug 19 17:45:15 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vm_machdep.c,v 1.17 2001/08/19 17:42:03 chs Exp $      */
+/*     $NetBSD: vm_machdep.c,v 1.18 2001/08/19 17:45:15 chs Exp $      */
 
 /*-
  * Copyright (c) 1995 Charles M. Hannum.  All rights reserved.
@@ -309,7 +309,7 @@
        while (len) {
                pmap_extract(vm_map_pmap(&bp->b_proc->p_vmspace->vm_map),
                             faddr, &fpa);
-               pmap_kenter(taddr, fpa, VM_PROT_READ | VM_PROT_WRITE);
+               pmap_kenter_pa(taddr, fpa, VM_PROT_READ | VM_PROT_WRITE);
                faddr += PAGE_SIZE;
                taddr += PAGE_SIZE;
                len -= PAGE_SIZE;



Home | Main Index | Thread Index | Old Index