~kris/9p

9hist

862b13daef27330c73536a81d317e1103f0576e8 — David du Colombier 28 years ago a8d7dc1
Plan 9 from Bell Labs 1998-07-29
1 files changed, 8 insertions(+), 0 deletions(-)

M pc/mp.c
M pc/mp.c => pc/mp.c +8 -0
@@ 483,6 483,14 @@ mpinit(void)
	e = ((uchar*)pcmp)+pcmp->length;
	while(p < e) switch(*p){

	default:
		print("mpinit: unknown PCMP type 0x%uX (e-p 0x%uX)\n", *p, e-p);
		while(p < e){
			print("%uX ", *p);
			p++;
		}
		break;

	case PcmpPROCESSOR:
		if(apic = mkprocessor((PCMPprocessor*)p)){
			/*