git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b664cb
)
KVM: remove long -> void *user -> long cast
author
Christian Borntraeger
<borntraeger@de.ibm.com>
Mon, 21 Apr 2008 11:48:24 +0000
(13:48 +0200)
committer
Avi Kivity
<avi@qumranet.com>
Sun, 20 Jul 2008 09:40:46 +0000
(12:40 +0300)
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>
No differences found