+2
-4
kernel/time/clocksource.c
+2
-4
kernel/time/clocksource.c
···
173
173
* clocksource_mark_unstable - mark clocksource unstable via watchdog
174
174
* @cs: clocksource to be marked unstable
175
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.
176
+
* This function is called by the x86 TSC code to mark clocksources as unstable;
177
+
* it defers demotion and re-selection to a kthread.
180
178
*/
181
179
void clocksource_mark_unstable(struct clocksource *cs)
182
180
{