From: Manfred Spraul Date: Mon, 7 Nov 2005 08:58:02 +0000 (-0800) Subject: [PATCH] slab: Use same schedule timeout for all cpus in cache_reap X-Git-Tag: v2.6.15-rc1~703 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd61ef6268ac52d3dfa5626d1e0306a91b3b2608;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed