Re: Preempt switchable.

Robert Love (rml@tech9.net)
21 Mar 2003 14:55:55 -0500


On Fri, 2003-03-21 at 14:48, Maciej Soltysiak wrote:

> would it be possible to turn on/off CONFIG_PREEMPT at runtime, eg. via
> sysctl ?

Sure, make a sysctl and check it in preempt_schedule() and
ret_from_kernel in entry.S before invoking schedule().

But that is not pretty, and I do not think it should go in mainline.
Linus has said as much, too.

Robert Love

-
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/