Re: [PATCH 2/5] 2.6.0 sched fork cleanup
From: Nick Piggin
Date: Sat Dec 20 2003 - 18:18:59 EST
Ingo Molnar wrote:
* Nick Piggin <piggin@xxxxxxxxxxxxxxx> wrote:
Move some fork related scheduler policy from fork.c to sched.c where
it belongs.
this only makes sense if all the other fork-time initializations are
done in sched.c too - these are scattered all around copy_process().
The attached patch (it compiles & boots) does this. All the lowlevel
scheduler logic (that was done in fork.c) is now in sched.c - fork.c
only sees the higher level primitives. I've also updated a couple of
comments that relate to the affected code.
OK I missed those bits. Looks good, of course. Thanks Ingo
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/