PERFORCE change 64118 for review

John Baldwin jhb at FreeBSD.org
Tue Nov 2 14:28:17 PST 2004


http://perforce.freebsd.org/chv.cgi?CH=64118

Change 64118 by jhb at jhb_slimer on 2004/11/02 22:27:44

	Ooops.

Affected files ...

.. //depot/projects/smpng/sys/alpha/alpha/mp_machdep.c#29 edit

Differences ...

==== //depot/projects/smpng/sys/alpha/alpha/mp_machdep.c#29 (text+ko) ====

@@ -434,7 +434,7 @@
 			continue;
 		pc = pcpu_find(i);
 		MPASS(pc != NULL);
-		printf(" cpu%d (AP): APIC ID: %2lu\n", i, pc->pc_pal_id);
+		printf(" cpu%d (AP): PAL ID: %2lu\n", i, pc->pc_pal_id);
 	}
 }
 


More information about the p4-projects mailing list