mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-28 01:50:22 +00:00
smp_ipi
This commit is contained in:
@@ -107,4 +107,4 @@ void test()
|
||||
int cpu_mask = 0xf;
|
||||
rt_smp_call_func_cond(cpu_mask,test_call, RT_NULL);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -27,4 +27,4 @@ void rt_smp_call_func_cond(int cpu_mask,smp_func func, void *data);
|
||||
void rt_smp_call_ipi_handler(int vector, void *param);
|
||||
void smp_init(void);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user