RE: Proposed fix for SMP vm_zeroidle.c

2002-07-11 Thread John Baldwin
On 11-Jul-2002 Matthew Dillon wrote: Here is my proposed fix for the page-zeroing problem w/ SMP. It is untested (I'm about to test it)... I'm looking for comments on the concept. If the comments are positive and my testing succeeds I will commit it tonight.

Re: Proposed fix for SMP vm_zeroidle.c

2002-07-11 Thread Peter Wemm
John Baldwin wrote: On 11-Jul-2002 Matthew Dillon wrote: Here is my proposed fix for the page-zeroing problem w/ SMP. It is untested (I'm about to test it)... I'm looking for comments on the concept. If the comments are positive and my testing succeeds I will commit

Re: Proposed fix for SMP vm_zeroidle.c

2002-07-11 Thread Matthew Dillon
:ARRGH!! N!!! : :I've almost completely replaced this code! : :I suggested a function for activation a few days ago too, but was going :to leave it till after this commit, which I hoped to get done today. :This reactivates PG_G for SMP and avoids global invltlb's when we can :do finer grained

Re: Proposed fix for SMP vm_zeroidle.c

2002-07-11 Thread Peter Wemm
Peter Wemm wrote: John Baldwin wrote: On 11-Jul-2002 Matthew Dillon wrote: Here is my proposed fix for the page-zeroing problem w/ SMP. It is untested (I'm about to test it)... I'm looking for comments on the concept. If the comments are positive and my testing