mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-05-07 20:37:49 +08:00
修改vdso时间更新触发位置
This commit is contained in:
+4
-4
@@ -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
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user