>+ *   the massive ternary operator construction
>+      (sizeof(n) <= 4) ?                      \
>+      __ilog2_u32(n) :                        \
>+      __ilog2_u64(n)                          \

Should not this be: sizeof(n) <= sizeof(u32)


        -`J'
-- 
-
To unsubscribe from this list: send the line "unsubscribe linux-arch" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to