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:
82b0786
)
x86/microcode: fix sleeping function called from invalid context at kernel/mutex.c
author
Dmitry Adamushko
<dmitry.adamushko@gmail.com>
Thu, 2 Oct 2008 13:56:19 +0000
(16:56 +0300)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 2 Oct 2008 15:52:33 +0000
(17:52 +0200)
Fix the following "sleeping function called from invalid context" bug:
...
__might_sleep
mutex_lock_nested
microcode_update_cpu
mc_sysdev_resume
__sysdev_resume
sysdev_resume
device_power_up
...
Signed-off-by: Dmitry Adamushko <dmitry.adamushko@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found