From 0fef80cb19fa502098a37e0f7aa9b981c4a019c6 Mon Sep 17 00:00:00 2001 From: Balazs Gerofi Date: Fri, 5 May 2017 00:15:23 +0900 Subject: [PATCH] SCD_MSG_CPU_RW_REG: use syscall channel for reply packet in CPU MSR read/write operation --- kernel/host.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/host.c b/kernel/host.c index 6234ae68..29a34135 100644 --- a/kernel/host.c +++ b/kernel/host.c @@ -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: