kernel/drivers/tty/serial/samsung_tty.c
.. .. @@ -2367,6 +2367,10 @@ 2367 2367 .flags = CON_PRINTBUFFER, 2368 2368 .index = -1, 2369 2369 .write = s3c24xx_serial_console_write, 2370 +#ifdef CONFIG_RAW_PRINTK2371 + /* The common write handler can run from atomic context. */2372 + .write_raw = s3c24xx_serial_console_write,2373 +#endif2370 2374 .setup = s3c24xx_serial_console_setup, 2371 2375 .data = &s3c24xx_uart_drv, 2372 2376 };