mcexec_syscall(): disable no per-process structure warning

Change-Id: I951575f0077054ebcfe4b3f7e29416799ab6ade8
This commit is contained in:
Balazs Gerofi
2019-08-14 08:40:53 +09:00
committed by Masamichi Takagi
parent 2ec2112cc5
commit 0f6c36870c

View File

@ -1237,7 +1237,7 @@ int mcexec_syscall(struct mcctrl_usrdata *ud, struct ikc_scd_packet *packet)
ppd = mcctrl_get_per_proc_data(ud, pid);
if (unlikely(!ppd)) {
kprintf("%s: ERROR: no per-process structure for PID %d, "
dprintk("%s: ERROR: no per-process structure for PID %d, "
"syscall nr: %lu\n",
__FUNCTION__, pid, packet->req.number);