On 07/08/2009 03:09 PM, Glauber Costa wrote:
I believe that the right thing to do is to define kvm_enabled as a macro
returning 0, and let compiler optimize the code out.
that already happens with kvm_enabled().
I have no idea why the compiler do not rip of code when we also test for
qemu_kvm_irqchip_in_kernel() or other things.
what we could do, is to only test for qemu_kvm_irqchip_in_kernel(),
using the hidden assumption that if kvm is not enabled, irqchip tests
will always return false.
It is a little bit messy, though
We should make the call unconditional and do the
kvm_enabled/irqchip_in_kernel checks in the kvm-specific function. This
way common code is only minimally affected.
--
error compiling committee.c: too many arguments to function
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html