Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/include Remove unused mapin(pte, v, pfnum, pro...



details:   https://anonhg.NetBSD.org/src/rev/4dfd0f324bd2
branches:  trunk
changeset: 485803:4dfd0f324bd2
user:      nisimura <nisimura%NetBSD.org@localhost>
date:      Sat May 06 05:19:32 2000 +0000

description:
Remove unused mapin(pte, v, pfnum, prot) macro.

diffstat:

 sys/arch/mips/include/vmparam.h |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r 2bd36f3e1ef2 -r 4dfd0f324bd2 sys/arch/mips/include/vmparam.h
--- a/sys/arch/mips/include/vmparam.h   Sat May 06 04:15:35 2000 +0000
+++ b/sys/arch/mips/include/vmparam.h   Sat May 06 05:19:32 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vmparam.h,v 1.22 2000/04/13 22:02:54 soren Exp $       */
+/*     $NetBSD: vmparam.h,v 1.23 2000/05/06 05:19:32 nisimura Exp $    */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -106,9 +106,6 @@
  */
 #define        MAXSLP          20
 
-#define        mapin(pte, v, pfnum, prot) \
-       (*(int *)(pte) = ((pfnum) << PG_SHIFT) | (prot), MachTLBFlushAddr(v))
-
 /*
  * Mach derived constants
  */



Home | Main Index | Thread Index | Old Index