summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/kern/kern_shutdown.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/kern/kern_shutdown.c b/sys/kern/kern_shutdown.c
index 62f3de3..c63c586 100644
--- a/sys/kern/kern_shutdown.c
+++ b/sys/kern/kern_shutdown.c
@@ -526,13 +526,7 @@ panic(const char *fmt, ...)
}
va_end(ap);
#ifdef SMP
- /* two separate prints in case of an unmapped page and trap */
- printf("cpuid = %d; ", PCPU_GET(cpuid));
-#ifdef APIC_IO
- printf("lapic.id = %08x\n", lapic.id);
-#else
- printf("\n");
-#endif
+ printf("cpuid = %d\n", PCPU_GET(cpuid));
#endif
#ifdef KDB
OpenPOWER on IntegriCloud