mcexec_syscall(): do not use task_pid_vnr() in IRQ context

This commit is contained in:
Balazs Gerofi
2017-03-30 14:56:57 +09:00
parent b7671fedd3
commit 45bddf3caa

View File

@@ -851,7 +851,7 @@ int mcexec_syscall(struct mcctrl_usrdata *ud, struct ikc_scd_packet *packet)
__FUNCTION__, pid, packet->req.number);
__return_syscall(ud->os, packet, -EINTR,
task_pid_vnr(current));
packet->req.rtid);
ihk_ikc_release_packet((struct ihk_ikc_free_packet *)packet,
(ud->channels + packet->ref)->c);