commit | fd1452ebf257317f24e0e285a17a2ec2ce3e6df7 | [log] [tgz] |
---|---|---|
author | Dmitry Adamushko <dmitry.adamushko@gmail.com> | Thu Oct 02 16:56:19 2008 +0300 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Oct 02 17:52:33 2008 +0200 |
tree | 315d1024bb974e8c20f2d451aefa23562e6f2be7 | |
parent | 82b078659ed04e1ecdebf8326e189cf76ed361af [diff] |
x86/microcode: fix sleeping function called from invalid context at kernel/mutex.c 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>