This commit is contained in:
zhujiale
2024-08-29 10:12:47 +08:00
committed by Rbb666
parent ee5014d32f
commit 512dae84be
5 changed files with 158 additions and 1 deletions

View File

@@ -672,6 +672,10 @@ typedef struct rt_cpu_usage_stats *rt_cpu_usage_stats_t;
#define RT_STOP_IPI 1
#endif /* RT_STOP_IPI */
#ifndef RT_IPI_FUNC
#define RT_IPI_FUNC 2
#endif
#define _SCHEDULER_CONTEXT(fileds) fileds
/**