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

1998/0729/pc/mp.c (diff list | history)

1998/0717/sys/src/9/pc/mp.c:483,4881998/0729/sys/src/9/pc/mp.c:483,496 (short | long | prev | next)
1997/0327    
	e = ((uchar*)pcmp)+pcmp->length; 
	while(p < e) switch(*p){ 
 
1998/0729    
	default: 
		print("mpinit: unknown PCMP type 0x%uX (e-p 0x%uX)\n", *p, e-p); 
		while(p < e){ 
			print("%uX ", *p); 
			p++; 
		} 
		break; 
 
1997/0327    
	case PcmpPROCESSOR: 
		if(apic = mkprocessor((PCMPprocessor*)p)){ 
			/* 


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