From f50132bd9397a2d41a44d9eb3d886f0b643f5b54 Mon Sep 17 00:00:00 2001 From: NAKAMURA Gou Date: Wed, 17 Sep 2014 19:59:25 +0900 Subject: [PATCH] =?UTF-8?q?Revert=20"SC=5FDEBUG=20=E6=99=82=E3=81=AE?= =?UTF-8?q?=E3=82=A8=E3=83=A9=E3=83=BC=E3=82=92=E6=B6=88=E3=81=97=E3=81=9F?= =?UTF-8?q?"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 7dfa88ae6b7552734464bfeb18768bce735626e5. --- executer/kernel/syscall.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/executer/kernel/syscall.c b/executer/kernel/syscall.c index 66853f2e..2b05f34a 100644 --- a/executer/kernel/syscall.c +++ b/executer/kernel/syscall.c @@ -56,7 +56,6 @@ static long pager_call(ihk_os_t os, struct syscall_request *req); -#ifndef DO_USER_MODE #ifdef SC_DEBUG static struct ihk_dma_request last_request; @@ -69,7 +68,6 @@ static void print_dma_lastreq(void) last_request.size, last_request.notify, last_request.priv); } #endif -#endif int init_peer_channel_registry(struct mcctrl_usrdata *ud) {