From: Mathieu Desnoyers Date: Tue, 21 Aug 2012 14:42:38 +0000 (-0400) Subject: rcuja: fix max depth test X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=5b0f19e6f27c7799884ab52c8f70bf8474283736;p=userspace-rcu.git rcuja: fix max depth test Signed-off-by: Mathieu Desnoyers --- diff --git a/rcuja/rcuja.c b/rcuja/rcuja.c index c1fc7fa..a651c7e 100644 --- a/rcuja/rcuja.c +++ b/rcuja/rcuja.c @@ -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