x86/32on64: add missing physdev compat mode definitions
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 24 Jul 2008 13:17:14 +0000 (14:17 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 24 Jul 2008 13:17:14 +0000 (14:17 +0100)
Signed-off-by: Jan Beulich <jbeulich@novell.com>
xen/arch/x86/x86_64/physdev.c

index 42b8269e4d9bd1bf8bda58f9b2ebef01b6e02109..32abe933d39229cafc29f9a1797d095f1ef5b72b 100644 (file)
 #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