Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sh3/sh3 sync with i386/i386/pmap.c rev. 1.94:
details: https://anonhg.NetBSD.org/src/rev/a3c5b97df8d7
branches: trunk
changeset: 524999:a3c5b97df8d7
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Wed Apr 03 10:37:48 2002 +0000
description:
sync with i386/i386/pmap.c rev. 1.94:
make dangerous pmap_copy() and pmap_move() no-op.
diffstat:
sys/arch/sh3/sh3/pmap.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r 721054a29664 -r a3c5b97df8d7 sys/arch/sh3/sh3/pmap.c
--- a/sys/arch/sh3/sh3/pmap.c Wed Apr 03 10:21:01 2002 +0000
+++ b/sys/arch/sh3/sh3/pmap.c Wed Apr 03 10:37:48 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.c,v 1.36 2002/03/27 04:47:31 chs Exp $ */
+/* $NetBSD: pmap.c,v 1.37 2002/04/03 10:37:48 msaitoh Exp $ */
/*
* Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -2579,6 +2579,7 @@
pmap_update(pmap);
}
+#if 0
/*
* pmap_transfer: transfer (move or copy) mapping from one pmap
* to another.
@@ -3038,6 +3039,7 @@
/*
* defined as macro call to pmap_transfer in pmap.h
*/
+#endif
/*
* pmap_enter: enter a mapping into a pmap
Home |
Main Index |
Thread Index |
Old Index