From: Alexander Graf Date: Fri, 9 Dec 2011 14:47:53 +0000 (+0100) Subject: KVM: PPC: Book3s: PR: No irq_disable in vcpu_run X-Git-Tag: v3.4-rc1~59^2~89 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d33ad328c0025c45f4688a769aeebddc342222c1;p=pandora-kernel.git KVM: PPC: Book3s: PR: No irq_disable in vcpu_run Somewhere during merges we ended up from local_irq_enable() foo(); local_irq_disable() to always keeping irqs enabled during that part. However, we now have the following code: foo(); local_irq_disable() which disables interrupts without the surrounding code enabling them again! So let's remove that disable and be happy. Signed-off-by: Alexander Graf Signed-off-by: Avi Kivity --- Reading git-diff-tree failed