Re: Linux 2.4.19pre9-ac3

From: Robert Love (rml@tech9.net)
Date: Fri May 31 2002 - 10:47:11 EST


On Fri, 2002-05-31 at 06:37, Faisal Malallah wrote:
> I got this error while I was compiling 2.4.19-pre9-ac3 + preempt:
> <snip>

That is a thinko in the preempt patch, not -ac... don't bother Alan with
it.

There is a new version of the patch up at the usual place which is
fixed. Or in smp.c just replace

        cpu = get_cpu();

with

        preempt_disable();
        cpu = smp_processor_id();

and replace

        put_cpu();

with

        preempt_enable();

Sincerely,

        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/



This archive was generated by hypermail 2b29 : Fri May 31 2002 - 22:00:31 EST