Re: sched_setaffinity usability

From: Andrew Morton
Date: Thu Mar 18 2004 - 05:12:37 EST


Andrew Morton <akpm@xxxxxxxx> wrote:
>
> + if (find_next_bit(&u, nr_bits, 0) >= nr_bits)

Make that:

> + if (find_next_bit(&u, nr_bits, 0) < nr_bits)

-
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/