|
@@ -173,10 +173,8 @@ static void __clocksource_unstable(struct clocksource *cs)
|
|
|
* clocksource_mark_unstable - mark clocksource unstable via watchdog
|
|
|
* @cs: clocksource to be marked unstable
|
|
|
*
|
|
|
- * This function is called instead of clocksource_change_rating from
|
|
|
- * cpu hotplug code to avoid a deadlock between the clocksource mutex
|
|
|
- * and the cpu hotplug mutex. It defers the update of the clocksource
|
|
|
- * to the watchdog thread.
|
|
|
+ * This function is called by the x86 TSC code to mark clocksources as unstable;
|
|
|
+ * it defers demotion and re-selection to a kthread.
|
|
|
*/
|
|
|
void clocksource_mark_unstable(struct clocksource *cs)
|
|
|
{
|