[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [linux-2.6.18-xen] linux/x86: remove broken HYPERVISOR_acm_op()
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1227100546 0 # Node ID 832aac894efda66206ee6db43666d108a8d5c2b5 # Parent f29bf0bf3e97e882dc3ea6cf83efdee3bd1c1c31 linux/x86: remove broken HYPERVISOR_acm_op() That hypercall apparently never really worked (it's being passed two arguments, but the hypercall entry point code only loaded one, while do_acm_op() again consumed two), appears to be pointless in the kernel anyway, and there's been no __HYPERVISOR_acm_op for quite a while. Signed-off-by: Jan Beulich <jbeulich@xxxxxxxxxx> --- include/asm-i386/mach-xen/asm/hypercall.h | 7 ------- include/asm-x86_64/mach-xen/asm/hypercall.h | 7 ------- 2 files changed, 14 deletions(-) diff -r f29bf0bf3e97 -r 832aac894efd include/asm-i386/mach-xen/asm/hypercall.h --- a/include/asm-i386/mach-xen/asm/hypercall.h Wed Nov 19 13:15:08 2008 +0000 +++ b/include/asm-i386/mach-xen/asm/hypercall.h Wed Nov 19 13:15:46 2008 +0000 @@ -280,13 +280,6 @@ HYPERVISOR_event_channel_op( } static inline int __must_check -HYPERVISOR_acm_op( - int cmd, void *arg) -{ - return _hypercall2(int, acm_op, cmd, arg); -} - -static inline int __must_check HYPERVISOR_xen_version( int cmd, void *arg) { diff -r f29bf0bf3e97 -r 832aac894efd include/asm-x86_64/mach-xen/asm/hypercall.h --- a/include/asm-x86_64/mach-xen/asm/hypercall.h Wed Nov 19 13:15:08 2008 +0000 +++ b/include/asm-x86_64/mach-xen/asm/hypercall.h Wed Nov 19 13:15:46 2008 +0000 @@ -278,13 +278,6 @@ HYPERVISOR_event_channel_op( } static inline int __must_check -HYPERVISOR_acm_op( - int cmd, void *arg) -{ - return _hypercall2(int, acm_op, cmd, arg); -} - -static inline int __must_check HYPERVISOR_xen_version( int cmd, void *arg) { _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |