X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=kernel%2Fpanic.c;h=08aa88dde7de806d4cb2b14fd93e87be8dd94501;hb=2fdbc65eae3989b566047b2ce21d66f52fe6bf69;hp=901c4fb46002e38c98394110c49aa50230d58180;hpb=4a1cc2e879c9fdfe1137060ce6de3bbe413630f6;p=linux-2.6-microblaze.git diff --git a/kernel/panic.c b/kernel/panic.c index 901c4fb46002..08aa88dde7de 100644 --- a/kernel/panic.c +++ b/kernel/panic.c @@ -249,7 +249,7 @@ void panic(const char *fmt, ...) * Delay timeout seconds before rebooting the machine. * We can't use the "normal" timers since we just panicked. */ - pr_emerg("Rebooting in %d seconds..", panic_timeout); + pr_emerg("Rebooting in %d seconds..\n", panic_timeout); for (i = 0; i < panic_timeout * 1000; i += PANIC_TIMER_STEP) { touch_nmi_watchdog();