diff --git a/sys/kern/kern_shutdown.c b/sys/kern/kern_shutdown.c index 0803cff61614..209c22e5495e 100644 --- a/sys/kern/kern_shutdown.c +++ b/sys/kern/kern_shutdown.c @@ -468,6 +468,8 @@ panic(const char *fmt, ...) printf("cpuid = %d; ", PCPU_GET(cpuid)); #ifdef APIC_IO printf("lapic.id = %08x\n", lapic.id); +#else + printf("\n"); #endif #endif