diff options
Diffstat (limited to 'ipc/ipc_marequest.c')
-rw-r--r-- | ipc/ipc_marequest.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ipc/ipc_marequest.c b/ipc/ipc_marequest.c index ded1711..ab4d8fe 100644 --- a/ipc/ipc_marequest.c +++ b/ipc/ipc_marequest.c @@ -136,8 +136,10 @@ ipc_marequest_init(void) bucket->imarb_head = IMAR_NULL; } - kmem_cache_init(&ipc_marequest_cache, "ipc_marequest", - sizeof(struct ipc_marequest), 0, NULL, NULL, NULL, 0); + kmem_cache_init (&ipc_marequest_cache, + "ipc_marequest", + sizeof(struct ipc_marequest), 0, + NULL, 0); } /* |