From: Mike Kravetz Date: Fri, 6 Jan 2006 08:10:51 +0000 (-0800) Subject: [PATCH] mm: remove arch independent NODES_SPAN_OTHER_NODES X-Git-Tag: v2.6.16-rc1~936^2~266 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a94b3ab7eab4edcc9b2cb474b188f774c331adf7;p=pandora-kernel.git [PATCH] mm: remove arch independent NODES_SPAN_OTHER_NODES The NODES_SPAN_OTHER_NODES config option was created so that DISCONTIGMEM could handle pSeries numa layouts. However, support for DISCONTIGMEM has been replaced by SPARSEMEM on powerpc. As a result, this config option and supporting code is no longer needed. I have already sent a patch to Paul that removes the option from powerpc specific code. This removes the arch independent piece. Doesn't really matter which is applied first. Signed-off-by: Mike Kravetz Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed