Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/include/ibm4xx remove an unused proto.



details:   https://anonhg.NetBSD.org/src/rev/46401ce806e1
branches:  trunk
changeset: 550683:46401ce806e1
user:      chs <chs%NetBSD.org@localhost>
date:      Sun Aug 17 18:07:11 2003 +0000

description:
remove an unused proto.

diffstat:

 sys/arch/powerpc/include/ibm4xx/pmap.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 17dcb9e332b7 -r 46401ce806e1 sys/arch/powerpc/include/ibm4xx/pmap.h
--- a/sys/arch/powerpc/include/ibm4xx/pmap.h    Sun Aug 17 18:06:22 2003 +0000
+++ b/sys/arch/powerpc/include/ibm4xx/pmap.h    Sun Aug 17 18:07:11 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.h,v 1.7 2003/07/25 10:12:45 scw Exp $     */
+/*     $NetBSD: pmap.h,v 1.8 2003/08/17 18:07:11 chs Exp $     */
 
 /*
  * Copyright 2001 Wasabi Systems, Inc.
@@ -168,7 +168,6 @@
 void pmap_bootstrap(u_int kernelstart, u_int kernelend);
 boolean_t pmap_extract(struct pmap *, vaddr_t, paddr_t *);
 boolean_t check_attr(struct vm_page *, u_int, int);
-int ptereadonly(struct vm_page *);
 void pmap_real_memory(paddr_t *, psize_t *);
 int pmap_tlbmiss(vaddr_t va, int ctx);
 



Home | Main Index | Thread Index | Old Index