x86/cpuid: remove unnecessary kvm_trim function
authorAndre Przywara <andre.przywara@amd.com>
Thu, 11 Mar 2010 13:39:01 +0000 (14:39 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 13 Mar 2010 15:50:54 +0000 (16:50 +0100)
commit0a13204b28d0864e4400406df1aa5bf6f75eec82
tree5b5fcbca1924a07cbb2ce8fa05fdef15047922b3
parentd2e200d8c1dca6eea0408718cb50b5df858a95d6
x86/cpuid: remove unnecessary kvm_trim function

Correct me if I am wrong, but kvm_trim looks like a really bloated
implementation of a bitwise AND. So remove this function and replace
it with the real stuff(TM).

Signed-off-by: Andre Przywara <andre.przywara@amd.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-i386/kvm.c