mcexec_syscall(): disable no per-process structure warning
Change-Id: I951575f0077054ebcfe4b3f7e29416799ab6ade8
This commit is contained in:
committed by
Masamichi Takagi
parent
2ec2112cc5
commit
0f6c36870c
@@ -1237,7 +1237,7 @@ int mcexec_syscall(struct mcctrl_usrdata *ud, struct ikc_scd_packet *packet)
|
|||||||
ppd = mcctrl_get_per_proc_data(ud, pid);
|
ppd = mcctrl_get_per_proc_data(ud, pid);
|
||||||
|
|
||||||
if (unlikely(!ppd)) {
|
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",
|
"syscall nr: %lu\n",
|
||||||
__FUNCTION__, pid, packet->req.number);
|
__FUNCTION__, pid, packet->req.number);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user