]> git.baikalelectronics.ru Git - kernel.git/commit
x86: Use bool function return values of true/false not 1/0
authorJoe Perches <joe@perches.com>
Mon, 30 Mar 2015 23:46:09 +0000 (16:46 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 31 Mar 2015 16:05:09 +0000 (18:05 +0200)
commit3c43012a8684ecba555af5e625472d1f580e3c45
tree4d683e8d6a9aacfad4e8b2e17c0f7aedc7837c18
parent4d05757b35bd810a4f0da6afec368058c8c9b55b
x86: Use bool function return values of true/false not 1/0

Use the normal return values for bool functions

Signed-off-by: Joe Perches <joe@perches.com>
Message-Id: <9f593eb2f43b456851cd73f7ed09654ca58fb570.1427759009.git.joe@perches.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/include/asm/kvm_para.h
arch/x86/kvm/cpuid.h
arch/x86/kvm/vmx.c