From: Keir Fraser Date: Fri, 19 Nov 2010 13:49:54 +0000 (+0000) Subject: x86-64: Re-map all physdev_op struct names in compat shim. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~11232 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9bd7a357150b91c83dd62a9cc8ad8df52b150548;p=xen.git x86-64: Re-map all physdev_op struct names in compat shim. Signed-off-by: Keir Fraser --- diff --git a/xen/arch/x86/x86_64/physdev.c b/xen/arch/x86/x86_64/physdev.c index e3db9386b5..60fff788ff 100644 --- a/xen/arch/x86/x86_64/physdev.c +++ b/xen/arch/x86/x86_64/physdev.c @@ -42,6 +42,15 @@ #define physdev_manage_pci compat_physdev_manage_pci #define physdev_manage_pci_t physdev_manage_pci_compat_t +#define physdev_manage_pci_ext compat_physdev_manage_pci_ext +#define physdev_manage_pci_ext_t physdev_manage_pci_ext_compat_t + +#define physdev_restore_msi compat_physdev_restore_msi +#define physdev_restore_msi_t physdev_restore_msi_compat_t + +#define physdev_setup_gsi compat_physdev_setup_gsi +#define physdev_setup_gsi_t physdev_setup_gsi_compat_t + #define physdev_get_free_pirq compat_physdev_get_free_pirq #define physdev_get_free_pirq_t physdev_get_free_pirq_compat_t