smp_ipi
This commit is contained in:
parent
512dae84be
commit
79445b6773
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue