This commit is contained in:
zhujiale
2024-09-12 13:12:35 +08:00
committed by Rbb666
parent 5f83c51347
commit 244cf61af6
4 changed files with 10 additions and 8 deletions

View File

@@ -672,10 +672,12 @@ 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
#ifndef RT_FUNC_IPI
#define RT_FUNC_IPI 2
#endif
#define RT_MAX_IPI 3
#define _SCHEDULER_CONTEXT(fileds) fileds
/**