Revert "IKC: separate IRQ between Master-channel and Regular-channel"

This reverts commit 3c98b9410966ceebe187ebae1038317b628fbb03.
This commit is contained in:
Ken Sato
2017-04-03 14:06:56 +09:00
committed by Balazs Gerofi
parent 4b964b8e0d
commit d66af42f7b
5 changed files with 13 additions and 8 deletions

View File

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