From: Nick Piggin Date: Sun, 1 May 2005 15:58:36 +0000 (-0700) Subject: [PATCH] mm: pcp use non powers of 2 for batch size X-Git-Tag: v2.6.12-rc4~136^2~182 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e30f272a93ec9c1d5c305c5040dfaebc880499d;p=pandora-kernel.git [PATCH] mm: pcp use non powers of 2 for batch size Jack Steiner reported this to have fixed his problem (bad colouring): "The patches fix both problems that I found - bad coloring & excessive pages in pagesets." In most workloads this is not likely to be such a pronounced problem, however it should help corner cases. And avoiding powers of 2 in these types of memory operations is always a good idea. Signed-off-by: Nick Piggin Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed