Re: [PATCH] Scheduler: Improving the scheduler performance.

2007-04-08 Thread Rik van Riel
[EMAIL PROTECTED] wrote: On Sat, 07 Apr 2007 23:42:20 +0600, root said: As we know that, linux scheduler use separate runqueue for every CPU of a multiprocessor system, which having an active and an expired array.If we use only one expired array, then the CPUs of a multiprocessor system will be

Re: [PATCH] Scheduler: Improving the scheduler performance.

2007-04-08 Thread Valdis . Kletnieks
On Sat, 07 Apr 2007 23:42:20 +0600, root said: > As we know that, linux scheduler use separate runqueue for every CPU of > a multiprocessor system, which having an active and an expired array.If > we use only one expired array, then the CPUs of a multiprocessor system > will be able to share their

[PATCH] Scheduler: Improving the scheduler performance.

2007-04-07 Thread root
[PATCH] Scheduler: Improving the scheduler performance. As we know that, linux scheduler use separate runqueue for every CPU of a multiprocessor system, which having an active and an expired array.If we use only one expired array, then the CPUs of a multiprocessor system will be able to share