date and time created 85/07/21 20:20:54 by sam
[unix-history] / usr / src / sys / tahoe / include / misc.c
/* misc.c 1.1 85/07/21 */
#include "../h/types.h"
#include "../machine/mtpr.h"
/*
* make sure addr is not in cache
*/
uncache(addr)
char *addr;
{
mtpr(addr, PDCS);
}