IKC: only cpu 0 check the master-channel

This commit is contained in:
Ken Sato
2017-04-04 10:24:22 +09:00
committed by Balazs Gerofi
parent d66af42f7b
commit 7fd55dc83f
2 changed files with 1 additions and 8 deletions

View File

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