summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorManfred Spraul2005-11-07 09:58:02 +0100
committerLinus Torvalds2005-11-07 16:53:24 +0100
commitcd61ef6268ac52d3dfa5626d1e0306a91b3b2608 (patch)
tree5df1bfd49f2e9be33505ba900d2ed153fed9a2af /drivers
parent[PATCH] mm: rename kmem_cache_s to kmem_cache (diff)
downloadkernel-qcow2-linux-cd61ef6268ac52d3dfa5626d1e0306a91b3b2608.tar.gz
kernel-qcow2-linux-cd61ef6268ac52d3dfa5626d1e0306a91b3b2608.tar.xz
kernel-qcow2-linux-cd61ef6268ac52d3dfa5626d1e0306a91b3b2608.zip
[PATCH] slab: Use same schedule timeout for all cpus in cache_reap
Chen noticed that cache_reap uses REAPTIMEOUT_CPUC+smp_processor_id() as the timeout for rescheduling. The "+smp_processor_id()" part is wrong, the timeout should be identical for all cpus: start_cpu_timer already adds a cpu dependant offset to avoid any clustering. The attached patch removes smp_processor_id(). Signed-Off-By: Manfred Spraul <manfred@colorfullife.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions