summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2000-11-29 01:33:15 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2000-11-29 01:33:15 +0000
commit2bcc63c54525ce79f38753eced0c1d8ab566bb75 (patch)
tree9ff9073706e107a8fd697e06e5416ba790ba2508
parent8d9888d37a63f1f8c8ffcc9dad4b47fa6bbff39a (diff)
Notes
-rw-r--r--sys/kern/kern_shutdown.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/kern/kern_shutdown.c b/sys/kern/kern_shutdown.c
index 025ed0489ec8..c410417f12d2 100644
--- a/sys/kern/kern_shutdown.c
+++ b/sys/kern/kern_shutdown.c
@@ -558,8 +558,10 @@ panic(const char *fmt, ...)
#ifdef SMP
/* two seperate prints in case of an unmapped page and trap */
printf("cpuid = %d; ", cpuid);
+#ifdef APIC_IO
printf("lapic.id = %08x\n", lapic.id);
#endif
+#endif
#if defined(DDB)
if (debugger_on_panic)