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

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

1991/1109/sys/src/9/port/fault.c:123,1281991/1110/sys/src/9/port/fault.c:123,131 (short | long | prev | next)
1991/0705    
		panic("fault"); 
1990/0227    
	} 
1991/0608    
 
1991/1110    
	if(s->flushme) 
		memset((*pg)->cachectl, PG_TXTFLUSH, sizeof(new->cachectl)); 
 
1991/0705    
	qunlock(&s->lk); 
1991/0719    
 
	/* 
1991/1109/sys/src/9/port/fault.c:201,2081991/1110/sys/src/9/port/fault.c:204,209
1991/0705    
			new->daddr = daddr; 
			cachepage(new, s->image); 
			*p = new; 
1991/0706    
			if(s->flushme) 
				memset(new->cachectl, PG_TXTFLUSH, sizeof(new->cachectl)); 
1991/0705    
		} 
		else  
			putpage(new); 
1991/1109/sys/src/9/port/fault.c:234,2411991/1110/sys/src/9/port/fault.c:235,240
1991/0705    
			cachepage(new, &swapimage); 
			putswap(*p); 
			*p = new; 
1991/0706    
			if(s->flushme) 
				memset(new->cachectl, PG_TXTFLUSH, sizeof(new->cachectl)); 
1991/0705    
		} 
		else 
			putpage(new); 


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