From: Alok N Kataria Date: Tue, 29 Jan 2013 02:59:12 +0000 (-0800) Subject: x86, kvm: Fix intialization warnings in kvm.c X-Git-Tag: v3.9-rc1~169^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b4a505821615b6c055536a0c23ea37c349bb6a9;p=pandora-kernel.git x86, kvm: Fix intialization warnings in kvm.c With commit: 4cca6ea04d31 ("x86/apic: Allow x2apic without IR on VMware platform") we started seeing "incompatible initialization" warning messages, since x2apic_available() expects a bool return type while kvm_para_available() returns an int. Reported by: kbuild test robot Signed-off-by: Alok N Kataria Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed