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

1990/1214/gnot/fault68020.c (diff list | history)

1990/1212/sys/src/9/gnot/fault68020.c:45,591990/1214/sys/src/9/gnot/fault68020.c:45,52 (short | long | prev | next)
1990/1212    
void 
fault68020(Ureg *ur, FFrame *f) 
{ 
	ulong addr, mmuvirt, mmuphys, n, badvaddr; 
	Seg *s; 
	PTE *opte, *pte, *npte; 
	Orig *o; 
	char *l; 
	Page *pg; 
	KMap *k, *k1; 
	int zeroed = 0, head = 1; 
	int i, user, read, insyscall; 
1990/1214    
	ulong addr, badvaddr; 
	int user, read, insyscall; 
1990/1212    
 
	if(u == 0){ 
		dumpregs(ur); 


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