aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/hvc
diff options
context:
space:
mode:
authorJuergen Gross <jgross@suse.com>2021-10-22 08:47:58 +0200
committerBoris Ostrovsky <boris.ostrovsky@oracle.com>2021-11-23 13:42:08 -0600
commit0239143490a9fa1344955dde93527b09f5576dac (patch)
tree027940bbd1bb6825e32bb71735fd8124d95b230b /drivers/tty/hvc
parentxen: flag xen_drm_front to be not essential for system boot (diff)
downloadlinux-dev-0239143490a9fa1344955dde93527b09f5576dac.tar.xz
linux-dev-0239143490a9fa1344955dde93527b09f5576dac.zip
xen: flag hvc_xen to be not essential for system boot
The Xen pv console driver is not essential for boot. Set the respective flag. Signed-off-by: Juergen Gross <jgross@suse.com> Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com> Link: https://lore.kernel.org/r/20211022064800.14978-4-jgross@suse.com Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Diffstat (limited to 'drivers/tty/hvc')
-rw-r--r--drivers/tty/hvc/hvc_xen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tty/hvc/hvc_xen.c b/drivers/tty/hvc/hvc_xen.c
index f0bf01ea069a..71e0dd2c0ce5 100644
--- a/drivers/tty/hvc/hvc_xen.c
+++ b/drivers/tty/hvc/hvc_xen.c
@@ -522,6 +522,7 @@ static struct xenbus_driver xencons_driver = {
.remove = xencons_remove,
.resume = xencons_resume,
.otherend_changed = xencons_backend_changed,
+ .not_essential = true,
};
#endif /* CONFIG_HVC_XEN_FRONTEND */