SC_DEBUG 時のエラーを消した
This commit is contained in:
@ -56,6 +56,7 @@
|
|||||||
|
|
||||||
static long pager_call(ihk_os_t os, struct syscall_request *req);
|
static long pager_call(ihk_os_t os, struct syscall_request *req);
|
||||||
|
|
||||||
|
#ifndef DO_USER_MODE
|
||||||
#ifdef SC_DEBUG
|
#ifdef SC_DEBUG
|
||||||
static struct ihk_dma_request last_request;
|
static struct ihk_dma_request last_request;
|
||||||
|
|
||||||
@ -68,6 +69,7 @@ static void print_dma_lastreq(void)
|
|||||||
last_request.size, last_request.notify, last_request.priv);
|
last_request.size, last_request.notify, last_request.priv);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
int init_peer_channel_registry(struct mcctrl_usrdata *ud)
|
int init_peer_channel_registry(struct mcctrl_usrdata *ud)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user