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

1993/0107/power/trap.c (diff list | history)

1993/0106/sys/src/9/power/trap.c:159,1651993/0107/sys/src/9/power/trap.c:159,165 (short | long | prev | next)
1992/1129    
 
	notify(ur); 
	if(u->p->fpstate == FPinactive) { 
		restfpregs(&u->fpsave, u->fpsave.fpstatus&~FPEXPMASK); 
1993/0107    
		restfpregs(&u->fpsave, u->fpsave.fpstatus); 
1992/1129    
		u->p->fpstate = FPactive; 
		ur->status |= CU1; 
	} 


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