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 9ac669f commit dc62531Copy full SHA for dc62531
kernel/time/tick-broadcast.c
@@ -400,8 +400,6 @@ void tick_broadcast_control(enum tick_broadcast_mode mode)
400
if (tick_broadcast_forced)
401
break;
402
cpumask_clear_cpu(cpu, tick_broadcast_on);
403
- if (!tick_device_is_functional(dev))
404
- break;
405
if (cpumask_test_and_clear_cpu(cpu, tick_broadcast_mask)) {
406
if (tick_broadcast_device.mode ==
407
TICKDEV_MODE_PERIODIC)
0 commit comments