Re: v2.6.20-rt1, yum/rpm
From: Ingo Molnar <hidden>
Date: 2007-02-07 12:32:04
Also in:
lkml
From: Ingo Molnar <hidden>
Date: 2007-02-07 12:32:04
Also in:
lkml
* Arjan van de Ven [off-list ref] wrote:
patch below has 2 tweaks 1) the new RCU feature wakes up once per second, make sure this is using the new round_jiffies() infrastructure 2) the slab background reap code is waking up once per 2 seconds per cpu. The patch makes this more dynamic; if no work was done (no activity on the cpu happened) then this is made to be 4 seconds
thanks, i've applied both tweaks. Ingo