kernel/kernel/time/tick-broadcast-hrtimer.c
.. .. @@ -107,7 +107,7 @@ 107 107 108 108 void tick_setup_hrtimer_broadcast(void) 109 109 { 110 - hrtimer_init(&bctimer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS);110 + hrtimer_init(&bctimer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS_HARD);111 111 bctimer.function = bc_handler; 112 112 clockevents_register_device(&ce_broadcast_hrtimer); 113 113 }