Messages in this thread |  | | | Date | Mon, 07 Jan 2002 14:03:59 -0500 | | From | Brian Gerst <> | | Subject | Re: [patch] O(1) scheduler, -D1, 2.5.2-pre9, 2.4.17 |
| |
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/
|  |