kernel/arch/powerpc/kernel/watchdog.c
.. .. @@ -185,6 +185,11 @@ 185 185 186 186 wd_smp_unlock(&flags); 187 187 188 + printk_safe_flush();189 + /*190 + * printk_safe_flush() seems to require another print191 + * before anything actually goes out to console.192 + */188 193 if (sysctl_hardlockup_all_cpu_backtrace) 189 194 trigger_allbutself_cpu_backtrace(); 190 195