rcuja: fix max depth test
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 21 Aug 2012 14:42:38 +0000 (10:42 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 14 May 2013 14:22:23 +0000 (16:22 +0200)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
rcuja/rcuja.c

index c1fc7fa89cab0f2d051a935e18ac3d3e986f8fbc..a651c7e2174c2829e7c725760a483446029077c7 100644 (file)
@@ -73,7 +73,7 @@ struct cds_ja_type {
 #define JA_ENTRY_PER_NODE      256UL
 #define JA_BITS_PER_BYTE       3
 
-#define JA_MAX_DEPTH   5       /* Maximum depth, including leafs */
+#define JA_MAX_DEPTH   9       /* Maximum depth, including leafs */
 
 /*
  * Entry for NULL node is at index 8 of the table. It is never encoded
This page took 0.025953 seconds and 4 git commands to generate.