rcuja: fix max depth test
[userspace-rcu.git] / 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.023071 seconds and 4 git commands to generate.