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

1990/0619/power/trap.c (diff list | history)

1990/0515/sys/src/9/power/trap.c:361,3661990/0619/sys/src/9/power/trap.c:361,370 (short | long | prev | next)
1990/0227    
noted(Ureg **urp) 
{ 
	lock(&u->p->debug); 
1990/0619    
	if(!u->notified){ 
		unlock(&u->p->debug); 
		return; 
	} 
1990/0227    
	u->notified = 0; 
	memcpy(*urp, u->ureg, sizeof(Ureg)); 
	unlock(&u->p->debug); 


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