rcuja: tweak pigeon min child for 32-bit
[userspace-rcu.git] / rcuja / rcuja.c
index 4679bfc9a312ec8ddbef66d3fb69426ed3e6cfc8..8f62550f76fc0b23874fc70ce83cf967f9df4fb2 100644 (file)
@@ -128,7 +128,7 @@ const struct cds_ja_type ja_types[] = {
         * Upon node removal below min_child, if child pool is filled
         * beyond capacity, we roll back to pigeon.
         */
-       { .type_class = RCU_JA_PIGEON, .min_child = 89, .max_child = ja_type_7_max_child, .order = 10, },
+       { .type_class = RCU_JA_PIGEON, .min_child = 83, .max_child = ja_type_7_max_child, .order = 10, },
 
        { .type_class = RCU_JA_NULL, .min_child = 0, .max_child = ja_type_8_max_child, },
 };
This page took 0.023721 seconds and 4 git commands to generate.