Revert "SC_DEBUG 時のエラーを消した"

This reverts commit 7dfa88ae6b.
This commit is contained in:
NAKAMURA Gou
2014-09-17 19:59:25 +09:00
parent 7a5764bda4
commit f50132bd93

View File

@ -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)
{