Re: [PATCH] Introduce nodemask_t ADT [0/7]

From: Paul Jackson
Date: Fri Mar 19 2004 - 20:16:00 EST


> bitmask_and(d._m, s1._m, s2._m); \

Oops - need the size argument to bitmask_and:

bitmask_and(d._m, s1._m, s2._m, sizeof(d)*8); \

(I only tested the 1 word case earlier ...)

--
I won't rest till it's the best ...
Programmer, Linux Scalability
Paul Jackson <pj@xxxxxxx> 1.650.933.1373
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/