hc
2023-11-07 f45e756958099c35d6afb746df1d40a1c6302cfc
kernel/kernel/time/tick-broadcast-hrtimer.c
....@@ -107,7 +107,7 @@
107107
108108 void tick_setup_hrtimer_broadcast(void)
109109 {
110
- hrtimer_init(&bctimer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS);
110
+ hrtimer_init(&bctimer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS_HARD);
111111 bctimer.function = bc_handler;
112112 clockevents_register_device(&ce_broadcast_hrtimer);
113113 }