commit | 5e4a0b3c1b899bb0ba28bde6edf95c5ddeb48b5c | [log] [tgz] |
---|---|---|
author | Marcelo Tosatti <marcelo@kvack.org> | Thu Feb 14 21:21:43 2008 -0200 |
committer | Avi Kivity <avi@qumranet.com> | Tue Mar 04 15:19:46 2008 +0200 |
tree | 616190ac85c14ba58d738612d9465221193cb38a | |
parent | a2938c807024ba30191e3bd593430c0659d75717 [diff] |
KVM: move alloc_apic_access_page() outside of non-preemptable region alloc_apic_access_page() can sleep, while vmx_vcpu_setup is called inside a non preemptable region. Move it after put_cpu(). Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com> Signed-off-by: Avi Kivity <avi@qumranet.com>