From b005adc10388ba0c822f09f10b571a4000cd97a2 Mon Sep 17 00:00:00 2001 From: Balazs Gerofi Date: Sat, 20 May 2017 12:43:08 +0900 Subject: [PATCH] SCD_MSG_PERF_CTRL: use IKC3 channel for response packet --- kernel/host.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/host.c b/kernel/host.c index 75c04a65..621b267a 100644 --- a/kernel/host.c +++ b/kernel/host.c @@ -643,7 +643,7 @@ static int syscall_packet_handler(struct ihk_ikc_channel_desc *c, pckt.msg = SCD_MSG_PERF_ACK; pckt.err = 0; pckt.arg = packet->arg; - ihk_ikc_send(c, &pckt, 0); + ihk_ikc_send(resp_channel, &pckt, 0); ret = 0; break;