SCD_MSG_PERF_CTRL: use IKC3 channel for response packet

This commit is contained in:
Balazs Gerofi
2017-05-20 12:43:08 +09:00
parent 21373338cc
commit b005adc103

View File

@ -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;