summaryrefslogtreecommitdiff
path: root/sys/kern/kern_shutdown.c
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2002-07-11 21:56:37 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2002-07-11 21:56:37 +0000
commiteb80408cff3de13e643acb078704e29f4e844575 (patch)
treec00b30aebb9d68a3d5c27855c916d63261efe9f7 /sys/kern/kern_shutdown.c
parenta1baa5130d4d6e69939feb37ed2936973118860b (diff)
Notes
Diffstat (limited to 'sys/kern/kern_shutdown.c')
-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 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