Hi Felipe.
For those who aren't familiar, you've utilised the secret desktop weapon:
+ if (!(p->time_slice % MIN_TIMESLICE) &&
This is not how Ingo intended it. This is my desktop bastardising of the
patch. It was originally about 50ms (timeslice granularity). This changes it
to 10ms which means all running tasks round robin every 10ms - this is what I
use in -ck and is great for a desktop but most probably of detriment
elsewhere. Having said that, it does nice things to desktops :-)
Con
-
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/