commit | 457459c3c738dfb37226ba116ba301140da0d1fb | [log] [tgz] |
---|---|---|
author | Jes Sorensen <jes@sgi.com> | Thu Apr 16 16:08:29 2009 +0200 |
committer | Avi Kivity <avi@redhat.com> | Wed Jun 10 11:48:44 2009 +0300 |
tree | 666b628e63afdf0bce5aabbf8a0cefe5db5332f9 | |
parent | f9b647adda0e821538b6d80e52873d861ffb1799 [diff] |
KVM: ia64: restore irq state before calling kvm_vcpu_init Make sure to restore the psr after calling kvm_insert_vmm_mapping() which calls ia64_itr_entry() as it disables local interrupts and kvm_vcpu_init() may sleep. Avoids a warning from the lock debugging code. Signed-off-by: Jes Sorensen <jes@sgi.com> Acked-by : Xiantao Zhang <xiantao.zhang@intel.com> Signed-off-by: Avi Kivity <avi@redhat.com>