commit | df359f0d09dc029829b66322707a2f558cb720f7 | [log] [tgz] |
---|---|---|
author | Ross Lagerwall <ross.lagerwall@citrix.com> | Fri Sep 27 16:49:20 2019 +0100 |
committer | Juergen Gross <jgross@suse.com> | Tue Oct 01 09:02:47 2019 +0200 |
tree | 51580c0727b91089f94865a28b8425745717b0ec | |
parent | a4098bc6eed5e31e0391bcc068e61804c98138df [diff] |
xen/efi: Set nonblocking callbacks Other parts of the kernel expect these nonblocking EFI callbacks to exist and crash when running under Xen. Since the implementations of xen_efi_set_variable() and xen_efi_query_variable_info() do not take any locks, use them for the nonblocking callbacks too. Signed-off-by: Ross Lagerwall <ross.lagerwall@citrix.com> Reviewed-by: Juergen Gross <jgross@suse.com> Signed-off-by: Juergen Gross <jgross@suse.com>