修改vdso时间更新触发位置

This commit is contained in:
rcitach
2026-04-27 03:16:09 +00:00
committed by Bernard Xiong
parent 61b5ca7e12
commit 5d07af527d
+4 -4
View File
@@ -161,6 +161,10 @@ void rt_tick_increase(void)
}
#endif
rt_timer_check();
#ifdef RT_USING_VDSO
rt_vdso_sync_clock_data();
#endif
}
/**
@@ -195,10 +199,6 @@ void rt_tick_increase_tick(rt_tick_t tick)
}
#endif
rt_timer_check();
#ifdef RT_USING_VDSO
rt_vdso_sync_clock_data();
#endif
}
/**