From: Keir Fraser Date: Thu, 24 Jul 2008 13:17:14 +0000 (+0100) Subject: x86/32on64: add missing physdev compat mode definitions X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14165^2~129 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4fc2348da50714bd5fb19f780f4540536b3e60a7;p=xen.git x86/32on64: add missing physdev compat mode definitions Signed-off-by: Jan Beulich --- diff --git a/xen/arch/x86/x86_64/physdev.c b/xen/arch/x86/x86_64/physdev.c index 42b8269e4d..32abe933d3 100644 --- a/xen/arch/x86/x86_64/physdev.c +++ b/xen/arch/x86/x86_64/physdev.c @@ -30,6 +30,15 @@ #define physdev_irq_status_query compat_physdev_irq_status_query #define physdev_irq_status_query_t physdev_irq_status_query_compat_t +#define physdev_map_pirq compat_physdev_map_pirq +#define physdev_map_pirq_t physdev_map_pirq_compat_t + +#define physdev_unmap_pirq compat_physdev_unmap_pirq +#define physdev_unmap_pirq_t physdev_unmap_pirq_compat_t + +#define physdev_manage_pci compat_physdev_manage_pci +#define physdev_manage_pci_t physdev_manage_pci_compat_t + #define COMPAT #undef guest_handle_okay #define guest_handle_okay compat_handle_okay