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

1991/0425/power/main.c (diff list | history)

1991/0425/sys/src/9/power/main.c:106,1121991/0426/sys/src/9/power/main.c:106,112 (short | long | prev | next)
1990/0227    
		*p++ = *q++; 
	p = (ulong*)UTLBMISS; 
1991/0425    
	q = (ulong*)vector0; 
1990/0227    
	for(size=0; size<4; size++) 
1991/0426    
	for(size=0; size<0x80/sizeof(*q); size++) 
1990/0227    
		*p++ = *q++; 
} 
 


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