Searched hist:"7 c11c0ccc7ba186433b2102cf3775ce6b2445453" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/powerpc/kvm/ |
H A D | booke.c | diff 7c11c0ccc7ba186433b2102cf3775ce6b2445453 Thu Jun 06 19:16:32 CDT 2013 Scott Wood <scottwood@freescale.com> kvm/ppc/booke64: Fix lazy ee handling in kvmppc_handle_exit()
EE is hard-disabled on entry to kvmppc_handle_exit(), so call hard_irq_disable() so that PACA_IRQ_HARD_DIS is set, and soft_enabled is unset.
Without this, we get warnings such as arch/powerpc/kernel/time.c:300, and sometimes host kernel hangs.
Signed-off-by: Scott Wood <scottwood@freescale.com> Signed-off-by: Gleb Natapov <gleb@redhat.com>
|