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

2000/0929/bitsy/dat.h (diff list | history)

2000/0907/sys/src/9/bitsy/dat.h:167,1762000/0929/sys/src/9/bitsy/dat.h:167,176 (short | long | prev | next)
2000/0831    
}active; 
 
/* 
 * Each processor sees its own Mach structure at address MACHADDR. 
 * However, the Mach structures must also be available via the per-processor 
 * MMU information array machp, mainly for disambiguation and access to 
 * the clock which is only maintained by the bootstrap processor (0). 
2000/0929    
 *  Each processor sees its own Mach structure at address MACHADDR. 
 *  However, the Mach structures must also be available via the per-processor 
 *  MMU information array machp, mainly for disambiguation and access to 
 *  the clock which is only maintained by the bootstrap processor (0). 
2000/0831    
 */ 
Mach* machp[MAXMACH]; 
	 
2000/0907/sys/src/9/bitsy/dat.h:183,1852000/0929/sys/src/9/bitsy/dat.h:183,186
2000/0907    
{ 
	OneMeg=	1024*1024, 
}; 
2000/0929    
 


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