From 4fc2348da50714bd5fb19f780f4540536b3e60a7 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Thu, 24 Jul 2008 14:17:14 +0100 Subject: [PATCH] x86/32on64: add missing physdev compat mode definitions Signed-off-by: Jan Beulich --- xen/arch/x86/x86_64/physdev.c | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- 2.30.2