From: Jeremy Fitzhardinge Date: Tue, 24 Nov 2009 17:58:49 +0000 (-0800) Subject: xen: don't call dpm_resume_noirq() with interrupts disabled. X-Git-Tag: v2.6.33-rc1~327^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=922cc38ab71d1360978e65207e4a4f4988987127;p=pandora-kernel.git xen: don't call dpm_resume_noirq() with interrupts disabled. dpm_resume_noirq() takes a mutex, so it can't be called from a no-interrupt context. Don't call it from within the stop-machine function, but just afterwards, since we're resuming anyway, regardless of what happened. Signed-off-by: Jeremy Fitzhardinge Cc: Stable Kernel --- Reading git-diff-tree failed