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 Remove duplicate declaration of pmap_is_p...



details:   https://anonhg.NetBSD.org/src/rev/9904cb6acf90
branches:  trunk
changeset: 484214:9904cb6acf90
user:      simonb <simonb%NetBSD.org@localhost>
date:      Tue Mar 28 01:04:22 2000 +0000

description:
Remove duplicate declaration of pmap_is_page_ro() (in <mips/pte.h> and
pmap_zero_page() (in <vm/pmap.h>).

diffstat:

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

diffs (34 lines):

diff -r 52caec1d454b -r 9904cb6acf90 sys/arch/mips/mips/pmap.c
--- a/sys/arch/mips/mips/pmap.c Tue Mar 28 01:00:00 2000 +0000
+++ b/sys/arch/mips/mips/pmap.c Tue Mar 28 01:04:22 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.85 2000/03/28 01:00:00 nisimura Exp $       */
+/*     $NetBSD: pmap.c,v 1.86 2000/03/28 01:04:22 simonb Exp $ */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -78,7 +78,7 @@
 
 #include <sys/cdefs.h>
 
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.85 2000/03/28 01:00:00 nisimura Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.86 2000/03/28 01:04:22 simonb Exp $");
 
 /*
  *     Manages physical address maps.
@@ -218,7 +218,6 @@
 /* Forward function declarations */
 void pmap_remove_pv __P((pmap_t pmap, vaddr_t va, paddr_t pa));
 int pmap_alloc_asid __P((struct proc *p));
-void pmap_zero_page __P((paddr_t phys));
 void pmap_enter_pv __P((pmap_t, vaddr_t, paddr_t, u_int *));
 pt_entry_t *pmap_pte __P((pmap_t, vaddr_t));
 
@@ -226,7 +225,6 @@
 void pmap_page_cache __P((paddr_t, int));
 void mips_dump_segtab __P((struct proc *));
 #endif
-int pmap_is_page_ro __P((pmap_t, vaddr_t, int));
 
 void pmap_pinit __P((pmap_t));
 void pmap_release __P((pmap_t));



Home | Main Index | Thread Index | Old Index