diff options
Diffstat (limited to 'ipc/ipc_hash.c')
-rw-r--r-- | ipc/ipc_hash.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ipc/ipc_hash.c b/ipc/ipc_hash.c index a1ca225..ad05016 100644 --- a/ipc/ipc_hash.c +++ b/ipc/ipc_hash.c @@ -535,10 +535,9 @@ ipc_hash_init(void) { ipc_hash_index_t i; - /* if not configured, initialize ipc_hash_global_size */ + /* initialize ipc_hash_global_size */ - if (ipc_hash_global_size == 0) - ipc_hash_global_size = 256; + ipc_hash_global_size = IPC_HASH_GLOBAL_SIZE; /* make sure it is a power of two */ |