commit | c898ec16e83331abde39118e22e9e38335bbb950 | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Fri Jan 06 00:12:07 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Jan 06 08:33:37 2006 -0800 |
tree | bad725f27cb14e50663d39b8f36b1b79ab88fa80 | |
parent | 215c3409eed16c89b6d11ea1126bd9d4f36b9afd [diff] |
[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>