From: Tiejun Chen Date: Wed, 23 Oct 2013 01:26:48 +0000 (+0800) Subject: KVM: PPC: Book3E HV: call RECONCILE_IRQ_STATE to sync the software state X-Git-Tag: v3.14-rc1~26^2^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bd880a2c882d2181b1eaba0aed422cced8f0e8a;p=pandora-kernel.git KVM: PPC: Book3E HV: call RECONCILE_IRQ_STATE to sync the software state Rather than calling hard_irq_disable() when we're back in C code we can just call RECONCILE_IRQ_STATE to soft disable IRQs while we're already in hard disabled state. This should be functionally equivalent to the code before, but cleaner and faster. Signed-off-by: Tiejun Chen [agraf: fix comment, commit message] Signed-off-by: Alexander Graf --- Reading git-diff-tree failed