bring up to revision 7 for tahoe release
[unix-history] / usr / src / sys / tahoe / include / misc.c
index f089cd2..773f0bb 100644 (file)
@@ -1,7 +1,7 @@
-/*     misc.c  1.1     85/07/21        */
+/*     misc.c  7.1     88/05/21        */
 
 #include "../h/types.h"
 
 #include "../h/types.h"
-#include "../machine/mtpr.h"
+#include "../tahoe/mtpr.h"
 
 /*
  * make sure addr is not in cache
 
 /*
  * make sure addr is not in cache
@@ -10,5 +10,5 @@
 uncache(addr)
        char *addr;
 {
 uncache(addr)
        char *addr;
 {
-       mtpr(addr, PDCS);
+       mtpr(PDCS, addr);
 }
 }