IKC: distribute IKC-interrupt to Linux cpus.
This commit is contained in:
@@ -75,11 +75,9 @@ struct cpu_local_var {
|
||||
struct list_head runq;
|
||||
size_t runq_len;
|
||||
|
||||
struct ihk_ikc_channel_desc *syscall_channel;
|
||||
struct ikc_scd_init_param iip;
|
||||
/* Comment: 送信用するchannelをsyscall_channel から ikc2linux へ変更 */
|
||||
struct ihk_ikc_channel_desc *ikc2linux;
|
||||
|
||||
struct ihk_ikc_channel_desc *syscall_channel2;
|
||||
struct ikc_scd_init_param iip2;
|
||||
struct resource_set *resource_set;
|
||||
|
||||
int status;
|
||||
|
||||
@@ -24,8 +24,9 @@ extern void cpu_local_var_init(void);
|
||||
extern void kmalloc_init(void);
|
||||
extern void ap_start(void);
|
||||
extern void ihk_mc_dma_init(void);
|
||||
extern void init_host_syscall_channel(void);
|
||||
extern void init_host_syscall_channel2(void);
|
||||
extern void init_host_ikc2linux(int linux_cpu);
|
||||
extern void init_host_ikc2mckernel(void);
|
||||
//extern void set_ikc2linux_to_local(int linux_cpu);
|
||||
extern void sched_init(void);
|
||||
extern void pc_ap_init(void);
|
||||
extern void cpu_sysfs_setup(void);
|
||||
|
||||
Reference in New Issue
Block a user