Commit 02391434 authored by Juergen Gross's avatar Juergen Gross Committed by Boris Ostrovsky

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: default avatarJuergen Gross <jgross@suse.com>
Reviewed-by: default avatarBoris Ostrovsky <boris.ostrovsky@oracle.com>
Link: https://lore.kernel.org/r/20211022064800.14978-4-jgross@suse.comSigned-off-by: default avatarBoris Ostrovsky <boris.ostrovsky@oracle.com>
parent 1c669938
...@@ -522,6 +522,7 @@ static struct xenbus_driver xencons_driver = { ...@@ -522,6 +522,7 @@ static struct xenbus_driver xencons_driver = {
.remove = xencons_remove, .remove = xencons_remove,
.resume = xencons_resume, .resume = xencons_resume,
.otherend_changed = xencons_backend_changed, .otherend_changed = xencons_backend_changed,
.not_essential = true,
}; };
#endif /* CONFIG_HVC_XEN_FRONTEND */ #endif /* CONFIG_HVC_XEN_FRONTEND */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment