hc
2024-11-01 2f529f9b558ca1c1bd74be7437a84e4711743404
kernel/drivers/tty/serial/samsung_tty.c
....@@ -2367,6 +2367,10 @@
23672367 .flags = CON_PRINTBUFFER,
23682368 .index = -1,
23692369 .write = s3c24xx_serial_console_write,
2370
+#ifdef CONFIG_RAW_PRINTK
2371
+ /* The common write handler can run from atomic context. */
2372
+ .write_raw = s3c24xx_serial_console_write,
2373
+#endif
23702374 .setup = s3c24xx_serial_console_setup,
23712375 .data = &s3c24xx_uart_drv,
23722376 };