> Now the hard part is abstracting sched_find_first_set for an arbitrary
> MAX_RT_PRIO.
i'd suggest the following: keep the current hand-optimized one for the
bitrange it's good for, and use the find_bit variant for all other values.
(We had this before, check out some of the older versions of the O(1)
scheduler.)
Ingo
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/