commit | 43890ae8bcc5fa88ef3061613efe041b866fbc5a | [log] [tgz] |
---|---|---|
author | Jes Sorensen <jes@sgi.com> | Fri Apr 17 16:43:27 2009 +0200 |
committer | Avi Kivity <avi@redhat.com> | Wed Jun 10 11:48:44 2009 +0300 |
tree | b1bd435ad9dda722eba682d8fb724c7da84ae20f | |
parent | 4d13c3b04f14a9a72ffcdd082acc243e7e56b4e0 [diff] |
KVM: ia64: ia64 vcpu_reset() do not call kmalloc() with irqs disabled Restore local irq enabled state before calling kvm_arch_vcpu_init(), which calls kmalloc(GFP_KERNEL). Signed-off-by: Jes Sorensen <jes@sgi.com> Acked-by: Xiantao Zhang <xiantao.zhang@intel.com> Signed-off-by: Avi Kivity <avi@redhat.com>