[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] x86/32on64: add missing physdev compat mode definitions
Signed-off-by: Jan Beulich <jbeulich@xxxxxxxxxx> Index: 2008-07-21/xen/arch/x86/x86_64/physdev.c =================================================================== --- 2008-07-21.orig/xen/arch/x86/x86_64/physdev.c 2007-01-08 14:15:31.000000000 +0100 +++ 2008-07-21/xen/arch/x86/x86_64/physdev.c 2008-07-24 11:04:28.000000000 +0200 @@ -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 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |