plan 9 kernel history: overview | file list | diff list

1992/0120/gnot/bbmalloc.c (diff list | history)

1992/0112/sys/src/9/gnot/bbmalloc.c:63,791992/0120/sys/src/9/gnot/bbmalloc.c:63,78 (short | long | prev | next)
1991/1222    
	splx(s); 
} 
 
void * 
1992/0120    
void 
1992/0112    
flushvirtpage(void *p) 
{ 
	flushcpucache(); 
} 
 
void * 
1992/0120    
void 
1991/1222    
bbdflush(void *p, int n) 
{ 
	flushcpucache(); 
	return (void *)(((ulong)p)); 
1992/0112    
} 
 
int 


source code copyright © 1990-2005 Lucent Technologies; see license
Plan 9 distribution
comments to russ cox (rsc@swtch.com)