Ingo Molnar wrote:
>
> -D1 is a quick update over -D0:
>
> http://redhat.com/~mingo/O(1)-scheduler/sched-O1-2.5.2-D1.patch
> http://redhat.com/~mingo/O(1)-scheduler/sched-O1-2.4.17-D1.patch
>
> this should fix the child-inherits-parent-priority-boost issue that causes
> interactivity problems during compilation.
>
> Ingo
I noticed in this patch that you removed the rest_init() function. The
reason it was split from start_kernel() is that there was a race where
init memory could be freed before the call to cpu_idle(). Note that
start_kernel() is marked __init and rest_init() is not.
--Brian Gerst - 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/
This archive was generated by hypermail 2b29 : Mon Jan 07 2002 - 21:00:35 EST