Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

-4
-4
kernel/time/clocksource.c
··· 394 394 { 395 395 struct clocksource *cs; 396 396 397 - mutex_lock(&clocksource_mutex); 398 - 399 397 list_for_each_entry(cs, &clocksource_list, list) 400 398 if (cs->resume) 401 399 cs->resume(); 402 400 403 401 clocksource_resume_watchdog(); 404 - 405 - mutex_unlock(&clocksource_mutex); 406 402 } 407 403 408 404 /**