]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitd98843ba7344f8867e2d92484c94baa54e1c44b9
tree96636969fa4a9e0b79c98f81cbcd726c5d3834a5
parentcc3761ac8de5ad8fc22b907ede1abe398388ce7c
[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