git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1e8902
)
kvm/ppc/booke64: Fix lazy ee handling in kvmppc_handle_exit()
author
Scott Wood
<scottwood@freescale.com>
Fri, 7 Jun 2013 00:16:32 +0000
(19:16 -0500)
committer
Gleb Natapov
<gleb@redhat.com>
Tue, 11 Jun 2013 08:11:00 +0000
(11:11 +0300)
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>
No differences found