Revert "IKC: separate IRQ between Master-channel and Regular-channel"
This reverts commit 3c98b9410966ceebe187ebae1038317b628fbb03.
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
@@ -717,7 +717,7 @@ static struct ihk_mc_pa_ops allocator = {
|
||||
void sbox_write(int offset, unsigned int value);
|
||||
|
||||
static int page_hash_count_pages(void);
|
||||
static void query_free_mem_interrupt_handler(void *priv, int vector)
|
||||
static void query_free_mem_interrupt_handler(void *priv)
|
||||
{
|
||||
int i, pages = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user