On Mon, 21 Dec 1998, Rik van Riel wrote:
> 
> I have made what I believe to be a better, lower-overhead
> reschedule_idle() and goodness() that should fix quite a
> bit of the current SMP scheduling problems.

Ok, with the cross-call your "goodness()" changes are a lot more
acceptable. The thing is, that if you make goodness() quite that unwilling
to run another CPU's process, then you do need to verify some way that the
other CPU is willing to pick up the process in case it is important. Your
previous patch didn't do that. 

I'll try this approach out on lmbench - I still worry about the cross-call
overhead, 

                Linus

-
Linux SMP list: FIRST see FAQ at http://www.irisa.fr/prive/mentre/smp-faq/
To Unsubscribe: send "unsubscribe linux-smp" to [EMAIL PROTECTED]

Reply via email to