From 0f6c36870c1878189555fe8723671845ac821828 Mon Sep 17 00:00:00 2001 From: Balazs Gerofi Date: Wed, 14 Aug 2019 08:40:53 +0900 Subject: [PATCH] mcexec_syscall(): disable no per-process structure warning Change-Id: I951575f0077054ebcfe4b3f7e29416799ab6ade8 --- executer/kernel/mcctrl/control.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/executer/kernel/mcctrl/control.c b/executer/kernel/mcctrl/control.c index cf949efb..8e3daceb 100644 --- a/executer/kernel/mcctrl/control.c +++ b/executer/kernel/mcctrl/control.c @@ -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);