Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/mips Fix a typo in the previous change.



details:   https://anonhg.NetBSD.org/src/rev/eca2ec794b74
branches:  trunk
changeset: 484993:eca2ec794b74
user:      nisimura <nisimura%NetBSD.org@localhost>
date:      Sun Apr 16 10:08:32 2000 +0000

description:
Fix a typo in the previous change.

diffstat:

 sys/arch/mips/mips/vm_machdep.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r b597d9ca85bb -r eca2ec794b74 sys/arch/mips/mips/vm_machdep.c
--- a/sys/arch/mips/mips/vm_machdep.c   Sun Apr 16 09:55:39 2000 +0000
+++ b/sys/arch/mips/mips/vm_machdep.c   Sun Apr 16 10:08:32 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vm_machdep.c,v 1.55 2000/04/16 09:09:42 nisimura Exp $ */
+/*     $NetBSD: vm_machdep.c,v 1.56 2000/04/16 10:08:32 nisimura Exp $ */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -43,7 +43,7 @@
  */
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: vm_machdep.c,v 1.55 2000/04/16 09:09:42 nisimura Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vm_machdep.c,v 1.56 2000/04/16 10:08:32 nisimura Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -298,7 +298,7 @@
                fpte->pt_entry = invalid;
 #if defined(MIPS1) && !defined(MIPS3)
        {
-               extern void mips1_TBRPL(vaddr_t, vaddr_t, p_addr_t);
+               extern void mips1_TBRPL(vaddr_t, vaddr_t, paddr_t);
                mips1_TBRPL((vaddr_t)from, (vaddr_t)to, tpte->pt_entry);
        }
 #else



Home | Main Index | Thread Index | Old Index