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

1991/0719/port/fault.c (diff list | history)

1991/0718/sys/src/9/port/fault.c:103,1101991/0719/sys/src/9/port/fault.c:103,115 (short | long | prev | next)
1990/0227    
	} 
1991/0608    
 
1991/0705    
	qunlock(&s->lk); 
1991/0718    
	if(new)				/* A race may provide a page we never used when 
		putpage(new);		 * a fault is fixed while process slept in newpage */ 
1991/0719    
 
	/* 
	 * A race may provide a page we never used when	 
	 * a fault is fixed while process slept in newpage 
	 */ 
	if(new) 
		putpage(new); 
1991/0607    
 
1991/0705    
	putmmu(addr, mmuphys, *pg); 
	return 0; 


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