smp: make smp_call_func() arch independent

Change-Id: Ib60604ceb3274b173bd7f96cf57c8c35c1889e44
This commit is contained in:
Ken Sato
2021-02-17 10:17:15 +09:00
committed by Masamichi Takagi
parent f3c875b8e6
commit a0d446b27f
6 changed files with 167 additions and 146 deletions

View File

@ -173,4 +173,7 @@ struct cpu_mapping;
int arch_get_cpu_mapping(struct cpu_mapping **buf, int *nelemsp);
int ihk_mc_ikc_arch_issue_host_ipi(int cpu, int vector);
void smp_func_call_handler(void);
int ihk_mc_get_smp_handler_irq(void);
#endif