SCD_MSG_PERF_CTRL: use IKC3 channel for response packet
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user