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

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

1990/1122/sys/src/9/power/trap.c:122,1281990/1212/sys/src/9/power/trap.c:122,128 (short | long | prev | next)
1990/0227    
		spllo(); 
		x = u->p->insyscall; 
		u->p->insyscall = 1; 
		fault(ur, user, ecode); 
1990/1212    
		faultmips(ur, user, ecode); 
1990/0227    
		u->p->insyscall = x; 
		break; 
 


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