BSD 4_3_Tahoe release
[unix-history] / usr / src / sys / vax / vmparam.h
index ed0f50e..6e2b105 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) 6/5/86
+ *     @(#)vmparam.h   7.2 (Berkeley) 11/30/87
  */
 
 /*
  */
 
 /*
  */
 #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))