[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] x86/32on64: add missing physdev compat mode definitions
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1216905434 -3600 # Node ID 07a44e0d2c52b012c28f3638961ae14a99fb2244 # Parent ab1d7db3facbbedcdfb311e8171afad21b8d4cef x86/32on64: add missing physdev compat mode definitions Signed-off-by: Jan Beulich <jbeulich@xxxxxxxxxx> --- xen/arch/x86/x86_64/physdev.c | 9 +++++++++ 1 files changed, 9 insertions(+) diff -r ab1d7db3facb -r 07a44e0d2c52 xen/arch/x86/x86_64/physdev.c --- a/xen/arch/x86/x86_64/physdev.c Thu Jul 24 14:16:47 2008 +0100 +++ b/xen/arch/x86/x86_64/physdev.c Thu Jul 24 14:17:14 2008 +0100 @@ -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-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |