summaryrefslogtreecommitdiffstats
path: root/patches/boot_time_opt_guest/0103-fbcon-enable-no-blink-by-default.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/boot_time_opt_guest/0103-fbcon-enable-no-blink-by-default.patch')
-rw-r--r--patches/boot_time_opt_guest/0103-fbcon-enable-no-blink-by-default.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/patches/boot_time_opt_guest/0103-fbcon-enable-no-blink-by-default.patch b/patches/boot_time_opt_guest/0103-fbcon-enable-no-blink-by-default.patch
new file mode 100644
index 0000000..b678102
--- /dev/null
+++ b/patches/boot_time_opt_guest/0103-fbcon-enable-no-blink-by-default.patch
@@ -0,0 +1,26 @@
1From 63fd40ed7d52c48d4f1edef2e928692e0f2ffac2 Mon Sep 17 00:00:00 2001
2From: Jose Carlos Venegas Munoz <jos.c.venegas.munoz@intel.com>
3Date: Mon, 13 Apr 2015 11:26:36 -0500
4Subject: [PATCH 103/114] fbcon: enable no blink by default
5
6Author: Arjan van de Ven <arjan@linux.intel.com>
7---
8 drivers/video/fbdev/core/fbcon.c | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11diff --git a/drivers/video/fbdev/core/fbcon.c b/drivers/video/fbdev/core/fbcon.c
12index 04612f9..a82cde1 100644
13--- a/drivers/video/fbdev/core/fbcon.c
14+++ b/drivers/video/fbdev/core/fbcon.c
15@@ -148,7 +148,7 @@ static const struct consw fb_con;
16
17 static int fbcon_set_origin(struct vc_data *);
18
19-static int fbcon_cursor_noblink;
20+static int fbcon_cursor_noblink = 1;
21
22 #define divides(a, b) ((!(a) || (b)%(a)) ? 0 : 1)
23
24--
252.15.1
26