[PATCH] mm: remove arch independent NODES_SPAN_OTHER_NODES
authorMike Kravetz <kravetz@us.ibm.com>
Fri, 6 Jan 2006 08:10:51 +0000 (00:10 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 6 Jan 2006 16:33:24 +0000 (08:33 -0800)
commita94b3ab7eab4edcc9b2cb474b188f774c331adf7
tree96636969fa4a9e0b79c98f81cbcd726c5d3834a5
parentd5afa6dcf74c0efb60ce07c63d0a727be93c67c5
[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 <kravetz@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/mmzone.h
mm/page_alloc.c