forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/arch/powerpc/kernel/watchdog.c
....@@ -185,6 +185,11 @@
185185
186186 wd_smp_unlock(&flags);
187187
188
+ printk_safe_flush();
189
+ /*
190
+ * printk_safe_flush() seems to require another print
191
+ * before anything actually goes out to console.
192
+ */
188193 if (sysctl_hardlockup_all_cpu_backtrace)
189194 trigger_allbutself_cpu_backtrace();
190195