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

1991/0209/ss/dat.h (diff list | history)

1991/0206/sys/src/9/ss/dat.h:222,2301991/0209/sys/src/9/ss/dat.h:222,227 (short | long | prev | next)
1990/1223    
	Lock	alarmlock;		/* access to alarm list */ 
	void	*alarm;			/* alarms bound to this clock */ 
	int	fpstate;		/* state of fp registers on machine */ 
1990/1226    
	void	(*intr)(ulong, ulong);	/* !!Compatibility with mips!! */ 
1990/1223    
	ulong	cause;			/*	... */ 
	ulong	pc;			/*	... */ 
1991/0110    
	char	pidhere[NTLBPID];	/* is this tlbpid possibly in this mmu? */ 
1990/1226    
	int	lastpid;		/* last pid allocated on this machine */ 
1991/0110    
	Proc	*pidproc[NTLBPID];	/* process that owns this pid on this mach */ 


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