summaryrefslogtreecommitdiffstats
path: root/patches/boot_time_opt_guest/0104-fbcon-enable-no-blink-by-default.patch
diff options
context:
space:
mode:
authorMartin Borg <martin.borg@enea.com>2018-05-09 15:29:03 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2018-05-14 09:39:34 +0200
commitb1abf1299c2f635db21370f989ac9dc2ecbe4189 (patch)
treefb00d3239d07fdbe6de827149560ecc0f0ecd964 /patches/boot_time_opt_guest/0104-fbcon-enable-no-blink-by-default.patch
parent5ee606c13d87fb454c6755b8bf55fa984428d87f (diff)
downloadenea-kernel-cache-b1abf1299c2f635db21370f989ac9dc2ecbe4189.tar.gz
boot_time_opt_guest: update guest boot time optimization patches for 4.14
The new patches are based on: https://github.com/clearlinux-pkgs/linux-kvm commit 5a0a30430116735fecb22b269e4ca10a08147d8d Signed-off-by: Martin Borg <martin.borg@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'patches/boot_time_opt_guest/0104-fbcon-enable-no-blink-by-default.patch')
-rw-r--r--patches/boot_time_opt_guest/0104-fbcon-enable-no-blink-by-default.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/patches/boot_time_opt_guest/0104-fbcon-enable-no-blink-by-default.patch b/patches/boot_time_opt_guest/0104-fbcon-enable-no-blink-by-default.patch
deleted file mode 100644
index 715c195..0000000
--- a/patches/boot_time_opt_guest/0104-fbcon-enable-no-blink-by-default.patch
+++ /dev/null
@@ -1,26 +0,0 @@
1From 5899ff79ed4e3514420e1530a3588a922832dae5 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 104/114] fbcon: enable no blink by default
5
6Author: Arjan van de Ven <arjan@linux.intel.com>
7---
8 drivers/video/console/fbcon.c | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11diff --git a/drivers/video/console/fbcon.c b/drivers/video/console/fbcon.c
12index a44f5627b82a..95b73366b86f 100644
13--- a/drivers/video/console/fbcon.c
14+++ b/drivers/video/console/fbcon.c
15@@ -146,7 +146,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.11.1
26