Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Nov 2004 22:28:16 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 64118 for review
Message-ID:  <200411022228.iA2MSG5j055122@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

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

Change 64118 by jhb@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);
 	}
 }
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411022228.iA2MSG5j055122>