date and time created 85/07/21 20:20:54 by sam
[unix-history] / usr / src / sys / tahoe / include / misc.c
CommitLineData
f3715d07
SL
1/* misc.c 1.1 85/07/21 */
2
3#include "../h/types.h"
4#include "../machine/mtpr.h"
5
6/*
7 * make sure addr is not in cache
8 */
9
10uncache(addr)
11 char *addr;
12{
13 mtpr(addr, PDCS);
14}