Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/sommerfeld_i386mp_1]: src/sys/arch/i386/i386 Remove some more #if 0'd st...
details: https://anonhg.NetBSD.org/src/rev/5e7ac39b036f
branches: sommerfeld_i386mp_1
changeset: 482342:5e7ac39b036f
user: thorpej <thorpej%NetBSD.org@localhost>
date: Thu Jan 04 00:16:58 2001 +0000
description:
Remove some more #if 0'd stuff.
diffstat:
sys/arch/i386/i386/pmap.c | 9 +--------
1 files changed, 1 insertions(+), 8 deletions(-)
diffs (23 lines):
diff -r 77de26a30a4b -r 5e7ac39b036f sys/arch/i386/i386/pmap.c
--- a/sys/arch/i386/i386/pmap.c Wed Jan 03 17:02:06 2001 +0000
+++ b/sys/arch/i386/i386/pmap.c Thu Jan 04 00:16:58 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.c,v 1.83.2.20 2001/01/03 16:55:46 thorpej Exp $ */
+/* $NetBSD: pmap.c,v 1.83.2.21 2001/01/04 00:16:58 thorpej Exp $ */
/*
*
@@ -453,13 +453,6 @@
static pt_entry_t *pmap_tmpmap_pvepte __P((struct pv_entry *));
static void pmap_tmpunmap_pa __P((void));
static void pmap_tmpunmap_pvepte __P((struct pv_entry *));
-#if 0
-static boolean_t pmap_transfer_ptes __P((struct pmap *,
- struct pmap_transfer_location *,
- struct pmap *,
- struct pmap_transfer_location *,
- int, boolean_t));
-#endif
static void pmap_unmap_ptes __P((struct pmap *));
void pmap_pinit __P((pmap_t));
Home |
Main Index |
Thread Index |
Old Index