Home
last modified time | relevance | path

Searched hist:"922 cc38a" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/xen/
H A Dmanage.c922cc38a Tue Nov 24 11:58:49 CST 2009 Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> 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 <jeremy.fitzhardinge@citrix.com>
Cc: Stable Kernel <stable@kernel.org>
922cc38a Tue Nov 24 11:58:49 CST 2009 Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> 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 <jeremy.fitzhardinge@citrix.com>
Cc: Stable Kernel <stable@kernel.org>