Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sun3/sun3x Remove declaration of copypage() and zer...
details: https://anonhg.NetBSD.org/src/rev/8dfad90eeee7
branches: trunk
changeset: 503234:8dfad90eeee7
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sat Feb 03 12:57:05 2001 +0000
description:
Remove declaration of copypage() and zeropage(); they are in <m68k/m68k.h>
diffstat:
sys/arch/sun3/sun3x/pmap.c | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diffs (19 lines):
diff -r 66e711c32068 -r 8dfad90eeee7 sys/arch/sun3/sun3x/pmap.c
--- a/sys/arch/sun3/sun3x/pmap.c Sat Feb 03 12:55:35 2001 +0000
+++ b/sys/arch/sun3/sun3x/pmap.c Sat Feb 03 12:57:05 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.c,v 1.58 2001/01/14 03:23:59 thorpej Exp $ */
+/* $NetBSD: pmap.c,v 1.59 2001/02/03 12:57:05 tsutsui Exp $ */
/*-
* Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@@ -143,9 +143,6 @@
extern struct pcb *curpcb;
extern int physmem;
-extern void copypage __P((const void*, void*));
-extern void zeropage __P((void*));
-
/* Defined in locore.s */
extern char kernel_text[];
Home |
Main Index |
Thread Index |
Old Index