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

1999/0122/mpc/dat.h (diff list | history)

1999/0122/sys/src/9/mpc/dat.h:110,1211999/0127/sys/src/9/mpc/dat.h:110,121 (short | long | prev | next)
1999/0121    
{ 
	/* OFFSETS OF THE FOLLOWING KNOWN BY l.s */ 
	int	machno;			/* physical id of processor (unused) */ 
	ulong	splpc;			/* pc of last caller to splhi (unused) */ 
1999/0127    
	ulong	splpc;			/* pc of last caller to splhi */ 
1999/0121    
	int	mmask;			/* 1<<m->machno (unused) */ 
1999/0127    
	Proc	*proc;			/* current process on this processor */ 
1999/0121    
 
	/* ordering from here on irrelevant */ 
	ulong	ticks;			/* of the clock since boot time */ 
	Proc	*proc;			/* current process on this processor */ 
	Label	sched;			/* scheduler wakeup */ 
	Lock	alarmlock;		/* access to alarm list */ 
	void	*alarm;			/* alarms bound to this clock */ 
1999/0122/sys/src/9/mpc/dat.h:215,2171999/0127/sys/src/9/mpc/dat.h:215,218
1999/0121    
extern register Mach	*m; 
extern register Proc	*up; 
 
1999/0127    
extern int predawn; 


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