Possible solution for SMP problems


From: Amon Ott <ao@rsbac.org>
Subject: Possible solution for SMP problems
Date: Thu, 7 Sep 2000 16:28:54 +0200

Next Article (by Author): Re: Possible solution for SMP problems Amon Ott
Previous Article (by Author): patch-2.2.17.gz for 1.0.9b released Amon Ott
Next in Thread: Re: Possible solution for SMP problems Amon Ott
Articles sorted by: [Date] [Author] [Subject]


Hi SMP fans!

The reason for different SMP crashes might be the kernel stack, which is
probably too small for some variable declarations. On SMP, there is probably
more stack pressure than in non-SMP mode, so the crashes occur there.

I am working on a change of all local variable declarations of type char[] to
kmalloc as well as on the 2.4 port.

Amon.
-
To unsubscribe from the rsbac list, send a mail to
majordomo@rsbac.org with
unsubscribe rsbac
as single line in the body.

Next Article (by Author): Re: Possible solution for SMP problems Amon Ott
Previous Article (by Author): patch-2.2.17.gz for 1.0.9b released Amon Ott
Next in Thread: Re: Possible solution for SMP problems Amon Ott
Articles sorted by: [Date] [Author] [Subject]


Go to Compuniverse LWGate Home Page.