]> git.baikalelectronics.ru Git - kernel.git/commit
x86, kvm: Remove cast obsoleted by set_64bit() prototype cleanup
authorH. Peter Anvin <hpa@zytor.com>
Fri, 6 Aug 2010 19:18:11 +0000 (12:18 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 6 Aug 2010 20:07:19 +0000 (13:07 -0700)
commitd9f466f836d6eae72640e961c191be3d6a67dcd8
tree00b4a98f52f5e4d41f5baa495546bab2425805d3
parent608a318410ec07e65cade1ea35a6c8285bde44f6
x86, kvm: Remove cast obsoleted by set_64bit() prototype cleanup

KVM ended up having to put a pretty ugly wrapper around set_64bit()
in order to get the type right.  Now set_64bit() takes the expected
u64 type, and this wrapper can be cleaned up.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Cc: Avi Kivity <avi@redhat.com>
LKML-Reference: <4C5C4E7A.8040603@kernel.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/x86/kvm/mmu.c