[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)
commitc898ec16e83331abde39118e22e9e38335bbb950
treebad725f27cb14e50663d39b8f36b1b79ab88fa80
parent215c3409eed16c89b6d11ea1126bd9d4f36b9afd
[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