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

1992/0622/gnot/mmu.c (diff list | history)

1992/0321/sys/src/9/gnot/mmu.c:99,1071992/0622/sys/src/9/gnot/mmu.c:99,107 (short | long | prev | next)
1990/0709    
	print("%lud free map registers\n", e-i); 
1991/0821    
 
1990/06021    
	kmapalloc.free = 0; 
	for(k=&kmapalloc.arena[i]; i<e; i++,k++){ 
1992/0622    
	for(k=&kmapalloc.arena[i]; i < e; i++){ 
1990/06021    
		k->va = i*BY2PG|KZERO; 
		kunmap(k); 
1992/0622    
		kunmap(k++); 
1990/06021    
	} 
} 
 


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