]> git.baikalelectronics.ru Git - kernel.git/commit
CONFIG_XEN_PV breaks xen_create_contiguous_region on ARM
authorStefano Stabellini <stefanos@xilinx.com>
Wed, 31 Oct 2018 23:11:49 +0000 (16:11 -0700)
committerJuergen Gross <jgross@suse.com>
Fri, 2 Nov 2018 16:18:34 +0000 (17:18 +0100)
commit756d37c19799b74757696abbdf9d2b9c84f1bab7
tree40c16d613ee24ec81ff665663522e366e5ff6f7b
parentc2767d569c5dbcda8ff771da1ab6bc73886b00e9
CONFIG_XEN_PV breaks xen_create_contiguous_region on ARM

xen_create_contiguous_region has now only an implementation if
CONFIG_XEN_PV is defined. However, on ARM we never set CONFIG_XEN_PV but
we do have an implementation of xen_create_contiguous_region which is
required for swiotlb-xen to work correctly (although it just sets
*dma_handle).

Cc: <stable@vger.kernel.org> # 4.12
Fixes: d063b00c5b16 ("xen: create xen_create/destroy_contiguous_region() stubs for PVHVM only builds")
Signed-off-by: Stefano Stabellini <stefanos@xilinx.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
CC: Jeff.Kubascik@dornerworks.com
CC: Jarvis.Roach@dornerworks.com
CC: Nathan.Studer@dornerworks.com
CC: vkuznets@redhat.com
CC: boris.ostrovsky@oracle.com
CC: jgross@suse.com
CC: julien.grall@arm.com
Signed-off-by: Juergen Gross <jgross@suse.com>
include/xen/xen-ops.h