remove unused count from mapin
authorMike Karels <karels@ucbvax.Berkeley.EDU>
Tue, 1 Dec 1987 02:58:30 +0000 (18:58 -0800)
committerMike Karels <karels@ucbvax.Berkeley.EDU>
Tue, 1 Dec 1987 02:58:30 +0000 (18:58 -0800)
SCCS-vsn: sys/vax/include/vmparam.h 7.2

usr/src/sys/vax/include/vmparam.h

index 33c5d87..eaafd72 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)vmparam.h   7.1 (Berkeley) %G%
+ *     @(#)vmparam.h   7.2 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
  */
 #define        LOTSOFMEM       2
 
  */
 #define        LOTSOFMEM       2
 
-/*
- * BEWARE THIS DEFINITION WORKS ONLY WITH COUNT OF 1
- */
-#define        mapin(pte, v, pfnum, count, prot) \
-       (*(int *)(pte) = (pfnum) | (prot), mtpr(TBIS, ptob(v)))
+#define        mapin(pte, v, pfnum, prot) \
+       (*(int *)(pte) = (pfnum) | (prot), mtpr(TBIS, v))