fbcon: use the cursor blink interval provided by vt
authorScot Doyle <lkml14@scotdoyle.com>
Thu, 26 Mar 2015 13:56:38 +0000 (13:56 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 10 May 2015 17:15:52 +0000 (19:15 +0200)
vt now provides a cursor blink interval via vc_data. Use this
interval instead of the currently hardcoded 200 msecs. Store it in
fbcon_ops to avoid locking the console in cursor_timer_handler().

Signed-off-by: Scot Doyle <lkml14@scotdoyle.com>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/video/console/fbcon.c
drivers/video/console/fbcon.h

Simple merge
Simple merge