We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd2af07 commit 7dba33cCopy full SHA for 7dba33c
kernel/time/clocksource.c
@@ -173,10 +173,8 @@ static void __clocksource_unstable(struct clocksource *cs)
173
* clocksource_mark_unstable - mark clocksource unstable via watchdog
174
* @cs: clocksource to be marked unstable
175
*
176
- * This function is called instead of clocksource_change_rating from
177
- * cpu hotplug code to avoid a deadlock between the clocksource mutex
178
- * and the cpu hotplug mutex. It defers the update of the clocksource
179
- * 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.
180
*/
181
void clocksource_mark_unstable(struct clocksource *cs)
182
{
0 commit comments