mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-11-16 04:24:33 +00:00
SMP
This commit is contained in:
@@ -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
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user