mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
Merge branch 'rework/kthreads' into for-linus
This commit is contained in:
@@ -297,6 +297,7 @@ void panic(const char *fmt, ...)
|
||||
* unfortunately means it may not be hardened to work in a
|
||||
* panic situation.
|
||||
*/
|
||||
try_block_console_kthreads(10000);
|
||||
smp_send_stop();
|
||||
} else {
|
||||
/*
|
||||
@@ -304,6 +305,7 @@ void panic(const char *fmt, ...)
|
||||
* kmsg_dump, we will need architecture dependent extra
|
||||
* works in addition to stopping other CPUs.
|
||||
*/
|
||||
try_block_console_kthreads(10000);
|
||||
crash_smp_send_stop();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user