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

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

1998/0729/sys/src/9/pc/mp.c:484,4901998/0825/sys/src/9/pc/mp.c:484,490 (short | long | prev | next)
Bug fix: print format.
rsc Fri Mar 4 12:44:25 2005
1997/0327    
	while(p < e) switch(*p){ 
 
1998/0729    
	default: 
		print("mpinit: unknown PCMP type 0x%uX (e-p 0x%uX)\n", *p, e-p); 
1998/0825    
		print("mpinit: unknown PCMP type 0x%uX (e-p 0x%luX)\n", *p, e-p); 
1998/0729    
		while(p < e){ 
			print("%uX ", *p); 
			p++; 


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