Re: [v3] KVM: PPC: Book3E HV: call RECONCILE_IRQ_STATE to sync the software state

2013-10-21 Thread “tiejun.chen”
On 10/21/2013 05:49 PM, Tiejun Chen wrote: We enter with interrupts disabled in hardware, but we need to call SOFT_DISABLE_INTS anyway to ensure that the software state OOPS! Here I should change this with RECONCILE_IRQ_STATE :( Please ignore this to see next version directly. Tiejun is ke

[v3] KVM: PPC: Book3E HV: call RECONCILE_IRQ_STATE to sync the software state

2013-10-21 Thread Tiejun Chen
We enter with interrupts disabled in hardware, but we need to call SOFT_DISABLE_INTS anyway to ensure that the software state is kept in sync instead of calling hard_irq_disable() directly. Signed-off-by: Tiejun Chen --- v3: Base on the latest tree, now we can use RECONCILE_IRQ_STATE instead of