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