IHK: support for using Linux work IRQ as IKC interrupt (optional)

Change-Id: I2a0e59a47c229fd9271866199c3c4d30e1ddd7f9
This commit is contained in:
Balazs Gerofi
2019-04-02 23:20:14 +09:00
parent 4d252c2bb2
commit 3fda54ece8
9 changed files with 78 additions and 10 deletions

View File

@ -18,6 +18,8 @@
#include <ihk/context.h>
#include <arch/cpu.h>
extern int num_processors;
void cpu_enable_interrupt(void);
void cpu_disable_interrupt(void);
void cpu_halt(void);
@ -151,5 +153,6 @@ void arch_start_pvclock(void);
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);
#endif