IKC: delete recieve channel list

This commit is contained in:
Ken Sato
2017-03-24 18:12:46 +09:00
committed by Balazs Gerofi
parent c2b1d8e3ef
commit fbd9086ce5
3 changed files with 1 additions and 4 deletions

View File

@ -728,6 +728,6 @@ void init_host_ikc2mckernel(void)
}
dkprintf("connected.\n");
ihk_ikc_add_intr_channel(NULL, param.channel, ihk_ikc_get_processor_id());
ihk_ikc_set_intr_channel(NULL, param.channel, ihk_ikc_get_processor_id());
}