~ubuntu-branches/ubuntu/quantal/linux-ti-omap4/quantal-proposed

« back to all changes in this revision

Viewing changes to arch/x86/kvm/vmx.c

  • Committer: Package Import Robot
  • Author(s): Brad Figg, Brad Figg
  • Date: 2013-06-08 09:09:23 UTC
  • Revision ID: package-import@ubuntu.com-20130608090923-ibtnp6edtrn3sxik
Tags: 3.5.0-226.39
[ Brad Figg ]

UBUNTU: Fixup missing abi files causing FTBS

Show diffs side-by-side

added added

removed removed

Lines of Context:
4948
4948
                if (err != EMULATE_DONE)
4949
4949
                        return 0;
4950
4950
 
 
4951
                if (vcpu->arch.halt_request) {
 
4952
                        vcpu->arch.halt_request = 0;
 
4953
                        ret = kvm_emulate_halt(vcpu);
 
4954
                        goto out;
 
4955
                }
 
4956
 
4951
4957
                if (signal_pending(current))
4952
4958
                        goto out;
4953
4959
                if (need_resched())