kernel-ark/virt/kvm
Christian Borntraeger 1e1c65e03e KVM: remove long -> void *user -> long cast
kvm_dev_ioctl casts the arg value to void __user *, just to recast it
again to long. This seems unnecessary.

According to objdump the binary code on x86 is unchanged by this patch.

Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
2008-07-20 12:40:46 +03:00
..
ioapic.c KVM: IOAPIC: Fix level-triggered irq injection hang 2008-07-06 11:05:35 +03:00
ioapic.h
iodev.h
kvm_main.c KVM: remove long -> void *user -> long cast 2008-07-20 12:40:46 +03:00
kvm_trace.c KVM: Rename debugfs_dir to kvm_debugfs_dir 2008-04-27 18:21:36 +03:00