diff options
author | Scott Wood <scottwood@freescale.com> | 2010-09-30 23:28:50 +0400 |
---|---|---|
committer | Marcelo Tosatti <mtosatti@redhat.com> | 2010-11-05 19:42:28 +0300 |
commit | bb59e9748f9bc95212c7fe21468ba184938c48cb (patch) | |
tree | 6b6bbf59969da08b63f5486ebd4f2741a8a07382 /arch/powerpc/sysdev/Kconfig | |
parent | f22e2f049d4643ed3c2d498ca50f894ace87962b (diff) | |
download | linux-bb59e9748f9bc95212c7fe21468ba184938c48cb.tar.xz |
KVM: PPC: BookE: fix sleep with interrupts disabled
It is not legal to call mutex_lock() with interrupts disabled.
This will assert with debug checks enabled.
If there's a real need to disable interrupts here, it could be done
after the mutex is acquired -- but I don't see why it's needed at all.
Signed-off-by: Scott Wood <scottwood@freescale.com>
Reviewed-by: Christian Ehrhardt <ehrhardt@linux.vnet.ibm.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'arch/powerpc/sysdev/Kconfig')
0 files changed, 0 insertions, 0 deletions