]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] allow flatmem to be disabled when only sparsemem is implemented
authorAnton Blanchard <anton@samba.org>
Fri, 6 Jan 2006 08:12:07 +0000 (00:12 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 6 Jan 2006 16:33:37 +0000 (08:33 -0800)
commit23bb5c1afc509340ae027501d9d50a383fba76fd
treebad725f27cb14e50663d39b8f36b1b79ab88fa80
parent900cd49b311e4e1f5f9b325b6e6e766cce201f39
[PATCH] allow flatmem to be disabled when only sparsemem is implemented

On architectures that implement sparsemem but not discontigmem we want to
be able to hide the flatmem option in some cases.  On ppc64 for example,
when we select NUMA we must not select flatmem.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Andy Whitcroft <apw@shadowen.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
mm/Kconfig