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

1991/0507/port/portdat.h (diff list | history)

1991/0504/sys/src/9/port/portdat.h:348,3611991/0507/sys/src/9/port/portdat.h:348,356 (short | long | prev | next)
Change MMU goo to PMMU.
rsc Fri Mar 4 12:44:25 2005
1991/0428    
	ulong	pc;			/* DEBUG only */ 
	int	kp;			/* true if a kernel process */ 
1991/0504    
	/* 
	 *  MMU goo.  which of the fillowing fields gets used depends on the 
	 *  processor. 
1991/0507    
	 *  machine specific MMU goo 
1991/0504    
	 */ 
	struct { 
		int	pidonmach[MAXMACH]; 
1991/0428    
		MMU	*mmu; 
		int	nmmuseg;		/* number of segments active in mmu */ 
	}; 
1991/0507    
	PMMU; 
1991/0428    
}; 
 
struct PTE 


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