aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-07-24 14:17:14 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-07-24 14:17:14 +0100
commit4fc2348da50714bd5fb19f780f4540536b3e60a7 (patch)
tree92225667d05571b26b874cd56ff3c8abcbddf619
parentc039177d82c7504697c98f4e30aa203acf972098 (diff)
downloadxen-4fc2348da50714bd5fb19f780f4540536b3e60a7.tar.gz
xen-4fc2348da50714bd5fb19f780f4540536b3e60a7.tar.bz2
xen-4fc2348da50714bd5fb19f780f4540536b3e60a7.zip
x86/32on64: add missing physdev compat mode definitions
Signed-off-by: Jan Beulich <jbeulich@novell.com>
-rw-r--r--xen/arch/x86/x86_64/physdev.c9
1 files changed, 9 insertions, 0 deletions
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