On 10/20/2010 05:56 PM, Andi Kleen wrote:
From: Andi Kleen<ak@xxxxxxxxxxxxxxx> gcc 4.5 with some special options is able to duplicate the VMX context switch asm in vmx_vcpu_run(). This results in a compile error because the inline asm sequence uses an on local label. The non local label is needed because other code wants to set up the return address.
Curious, any idea why gcc does that? I guess it's the unlikely() near the top.
Anyway, patch looks fine. -- I have a truly marvellous patch that fixes the bug which this signature is too narrow to contain. -- 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