aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen
diff options
context:
space:
mode:
authorJuergen Gross <jgross@suse.com>2021-10-22 08:47:59 +0200
committerBoris Ostrovsky <boris.ostrovsky@oracle.com>2021-11-23 13:42:20 -0600
commit03e143b2acebe23c893f22ebed9abc0fe2a7f27e (patch)
tree8bcafe49e06cf4b9f5b0e2a4f2199f47fd5943a2 /drivers/xen
parentxen: flag hvc_xen to be not essential for system boot (diff)
downloadlinux-dev-03e143b2acebe23c893f22ebed9abc0fe2a7f27e.tar.xz
linux-dev-03e143b2acebe23c893f22ebed9abc0fe2a7f27e.zip
xen: flag pvcalls-front to be not essential for system boot
The Xen pvcalls device is not essential for booting. 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-5-jgross@suse.com Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Diffstat (limited to 'drivers/xen')
-rw-r--r--drivers/xen/pvcalls-front.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/xen/pvcalls-front.c b/drivers/xen/pvcalls-front.c
index 7984645b5956..3c9ae156b597 100644
--- a/drivers/xen/pvcalls-front.c
+++ b/drivers/xen/pvcalls-front.c
@@ -1275,6 +1275,7 @@ static struct xenbus_driver pvcalls_front_driver = {
.probe = pvcalls_front_probe,
.remove = pvcalls_front_remove,
.otherend_changed = pvcalls_front_changed,
+ .not_essential = true,
};
static int __init pvcalls_frontend_init(void)