提交 179b9145 编写于 作者: L Linus Torvalds

Merge branch 'timers-fixes-for-linus' of...

Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip

* 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
  clocksource: Resume clocksource without taking the clocksource mutex
...@@ -394,15 +394,11 @@ void clocksource_resume(void) ...@@ -394,15 +394,11 @@ void clocksource_resume(void)
{ {
struct clocksource *cs; struct clocksource *cs;
mutex_lock(&clocksource_mutex);
list_for_each_entry(cs, &clocksource_list, list) list_for_each_entry(cs, &clocksource_list, list)
if (cs->resume) if (cs->resume)
cs->resume(); cs->resume();
clocksource_resume_watchdog(); clocksource_resume_watchdog();
mutex_unlock(&clocksource_mutex);
} }
/** /**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册