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

1997/1011/pc/trap.c (diff list | history)

1997/1003/sys/src/9/pc/trap.c:295,3021997/1011/sys/src/9/pc/trap.c:295,304 (short | long | prev | next)
1997/0327    
			postnote(up, 1, buf, NDebug); 
			return; 
		} 
		dumpregs(ureg); 
		panic("fault: 0x%lux\n", addr); 
1997/1011    
		if(mmukmapsync(addr) == 0){	 
			dumpregs(ureg); 
			panic("fault: 0x%lux\n", addr); 
		} 
1997/0327    
	} 
	up->insyscall = insyscall; 
} 


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