From: Paul Jackson Date: Wed, 22 Mar 2006 08:09:11 +0000 (-0800) Subject: [PATCH] mm: slab cache interleave rotor fix X-Git-Tag: v2.6.17-rc1~1129^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=442295c94bf650221af3ef20fc68fa3e93876818;p=pandora-kernel.git [PATCH] mm: slab cache interleave rotor fix The alien cache rotor in mm/slab.c assumes that the first online node is node 0. Eventually for some archs, especially with hotplug, this will no longer be true. Fix the interleave rotor to handle the general case of node numbering. Signed-off-by: Paul Jackson Acked-by: Christoph Lameter Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed