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

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

1991/0502/sys/src/9/port/portdat.h:347,3541991/0504/sys/src/9/port/portdat.h:347,358 (short | long | prev | next)
Change MMU goo to struct. Comment edit.
rsc Fri Mar 4 12:44:25 2005
1991/0428    
	int	wokeup;			/* whether sleep was interrupted */ 
	ulong	pc;			/* DEBUG only */ 
	int	kp;			/* true if a kernel process */ 
	union { 
		int	pidonmach[MAXMACH];	/* !!Compatability with mips!! */ 
1991/0504    
	/* 
	 *  MMU goo.  which of the fillowing fields gets used depends on the 
	 *  processor. 
	 */ 
	struct { 
		int	pidonmach[MAXMACH]; 
1991/0428    
		MMU	*mmu; 
		int	nmmuseg;		/* number of segments active in mmu */ 
	}; 


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