From: Scott Wood Date: Thu, 30 Sep 2010 19:28:50 +0000 (-0500) Subject: KVM: PPC: BookE: fix sleep with interrupts disabled X-Git-Tag: v2.6.37-rc2~82^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb59e9748f9bc95212c7fe21468ba184938c48cb;p=pandora-kernel.git 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 Reviewed-by: Christian Ehrhardt Signed-off-by: Alexander Graf --- Reading git-diff-tree failed