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

1990/0801/power/main.c (diff list | history)

1990/0718/sys/src/9/power/main.c:39,481990/0801/sys/src/9/power/main.c:39,47 (short | long | prev | next)
1990/0227    
{ 
1990/0424    
	int i; 
 
1990/0504    
	icflush(0, 64*1024); 
1990/0801    
	machinit(); 
1990/0227    
	active.exiting = 0; 
	active.machs = 1; 
	machinit(); 
	confinit(); 
1990/0504    
	arginit(); 
1990/0227    
	lockinit(); 
1990/0718/sys/src/9/power/main.c:69,741990/0801/sys/src/9/power/main.c:68,74
1990/0227    
{ 
	int n; 
 
1990/0801    
	icflush(0, 64*1024); 
1990/0227    
	n = m->machno; 
	memset(m, 0, sizeof(Mach)); 
	m->machno = n; 


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