From: Christian Borntraeger Date: Mon, 21 Apr 2008 11:48:24 +0000 (+0200) Subject: KVM: remove long -> void *user -> long cast X-Git-Tag: v2.6.27-rc1~968^2~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e1c65e03ec817a64153751150f6691db9842acd;p=pandora-kernel.git 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 Signed-off-by: Avi Kivity --- Reading git-diff-tree failed