Merge branch 'rework/printk_safe-removal' into for-linus

This commit is contained in:
Petr Mladek
2021-11-18 10:03:47 +01:00
4 changed files with 21 additions and 0 deletions

View File

@@ -3253,6 +3253,11 @@ void defer_console_output(void)
preempt_enable();
}
void printk_trigger_flush(void)
{
defer_console_output();
}
int vprintk_deferred(const char *fmt, va_list args)
{
int r;