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

1993/1210/carrera/main.c (diff list | history)

1993/1210/sys/src/9/carrera/main.c:415,4171993/1214/sys/src/9/carrera/main.c:415,425 (short | long | prev | next)
1993/1210    
{ 
	memmove((void*)0xA001C000, rdbgcode, rdbglen); 
1993/0903    
} 
1993/1214    
 
void 
procsave(Proc *p) 
{ 
	/* keep track of tlbfaults */ 
	up->counter[TLBCNTR] += m->tlbfault - m->otlbfault; 
	m->otlbfault = m->tlbfault; 
} 


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