]> git.baikalelectronics.ru Git - kernel.git/commit
serial: mfd: Add nmi_touch_watchdog() into the console write function
authorFeng Tang <feng.tang@intel.com>
Thu, 15 Nov 2012 08:03:16 +0000 (16:03 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 16 Nov 2012 01:06:10 +0000 (17:06 -0800)
commitb546b8b29fc800a43f66341d06def7707725ec92
tree2123ab7566361f26aab6641047444025944b3a83
parentc2328bd31f30f8a74199e804ee69ae41f5d16cd8
serial: mfd: Add nmi_touch_watchdog() into the console write function

This is following what 8250 driver is doing in console write function,
to avoid the hardware lockup case.

v2: incldudes the <linux/nmi.h>

Signed-off-by: Feng Tang <feng.tang@intel.com>
Acked-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/mfd.c