Re: [announce] [patch] ultra-scalable O(1) SMP and UP scheduler

Alan Cox (alan@lxorguk.ukuu.org.uk)
Sun, 6 Jan 2002 02:20:47 +0000 (GMT)


> > then it represents a huge win since an 8bit ffz can be done by lookup table
> > and that is fast on all processors
>
> It's here that i want to go, but i'd liketo do it gradually :)
> unsigned char first_bit[255];

Make it [256] and you can do 9 queues since the idle task will always
be queued...
-
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/