mcctrl: use IKC packet pools

This commit is contained in:
Balazs Gerofi
2016-08-12 12:26:14 +09:00
parent daca522d25
commit a01ae91051
3 changed files with 9 additions and 4 deletions

View File

@@ -116,7 +116,7 @@ static int syscall_packet_handler(struct ihk_ikc_channel_desc *c,
* mcexec_ret_syscall(), for the rest, free it here.
*/
if (msg != SCD_MSG_SYSCALL_ONESIDE) {
kfree(pisp);
ihk_ikc_release_packet((struct ihk_ikc_free_packet *)__packet, c);
}
return 0;
}