diff options
author | Christian Borntraeger <borntraeger@de.ibm.com> | 2008-04-21 13:48:24 +0200 |
---|---|---|
committer | Avi Kivity <avi@qumranet.com> | 2008-07-20 12:40:46 +0300 |
commit | 1e1c65e03ec817a64153751150f6691db9842acd (patch) | |
tree | c7f15ad0f376d7e8a501a2aa7be378cb84ca8e86 /arch/x86/kvm/mmu.c | |
parent | 5b664cb235e97afbf34db9c4d77f08ebd725335e (diff) |
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>
Diffstat (limited to 'arch/x86/kvm/mmu.c')
0 files changed, 0 insertions, 0 deletions