commit | 7645e4320497b35ce9fb6c2269ebcd57af9fe735 | [log] [tgz] |
---|---|---|
author | H. Peter Anvin <hpa@zytor.com> | Fri Aug 06 12:18:11 2010 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Aug 06 13:07:19 2010 -0700 |
tree | 00b4a98f52f5e4d41f5baa495546bab2425805d3 | |
parent | 1685e633b396b0f3dabbc9fa5d65dfefe6435250 [diff] |
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>