SCD_MSG_CPU_RW_REG: use syscall channel for reply packet in CPU MSR read/write operation

This commit is contained in:
Balazs Gerofi
2017-05-05 00:15:23 +09:00
parent 9992fe0d72
commit 0fef80cb19

View File

@ -652,7 +652,7 @@ static int syscall_packet_handler(struct ihk_ikc_channel_desc *c,
pckt.resp = packet->resp;
pckt.err = arch_cpu_read_write_register(&pckt.desc, pckt.op);
ihk_ikc_send(resp_channel, &pckt, 0);
ihk_ikc_send(c, &pckt, 0);
break;
default: