aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-08-24 02:28:16 +0000
committerBruce Evans <bde@FreeBSD.org>1998-08-24 02:28:16 +0000
commit00671271c38b8c7744fb476e1cc1cdc8373418c6 (patch)
treef54f593201719b1554dc375cdb1c8ff10b8ca3cd /sys/amd64/include
parent93bb6f11725c73ad55491b2db2d3b7afd0759575 (diff)
Notes
Diffstat (limited to 'sys/amd64/include')
-rw-r--r--sys/amd64/include/mptable.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/include/mptable.h b/sys/amd64/include/mptable.h
index d36835d6f2ec..04e3c693c6b6 100644
--- a/sys/amd64/include/mptable.h
+++ b/sys/amd64/include/mptable.h
@@ -22,7 +22,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: mp_machdep.c,v 1.77 1998/08/16 00:41:40 bde Exp $
+ * $Id: mp_machdep.c,v 1.78 1998/08/18 07:46:58 msmith Exp $
*/
#include "opt_smp.h"
@@ -2113,7 +2113,7 @@ ap_init()
if (cpuid != apic_id) {
printf("SMP: cpuid = %d\n", cpuid);
printf("SMP: apic_id = %d\n", apic_id);
- printf("PTD[MPPTDI] = %08x\n", PTD[MPPTDI]);
+ printf("PTD[MPPTDI] = %p\n", (void *)PTD[MPPTDI]);
panic("cpuid mismatch! boom!!");
}