KVM: VMX: Make lto-friendly
authorAvi Kivity <avi@redhat.com>
Sun, 16 Sep 2012 12:10:57 +0000 (15:10 +0300)
committerMarcelo Tosatti <mtosatti@redhat.com>
Mon, 17 Sep 2012 13:38:03 +0000 (10:38 -0300)
LTO (link-time optimization) doesn't like local labels to be referred to
from a different function, since the two functions may be built in separate
compilation units.  Use an external variable instead.

Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>

No differences found