commit | 99809963c99e1ed868d9ebeb4a5e7ee1cbe0309f | [log] [tgz] |
---|---|---|
author | Jeff Chua <jeff.chua.linux@gmail.com> | Wed Aug 06 19:09:53 2008 +0800 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Aug 11 22:01:57 2008 +0200 |
tree | 7b866cc34381326276bec92544d4a5e88d04795f | |
parent | f2556896597c43cb48f04b1c16214938a6ccce9a [diff] |
x86: make sparsemem more available With CONFIG_X86_PC, I can set CONFIG_SPARSEMEM=y. With CONFIG_X86_GENERICARCH, CONFIG_SPARSEMEM depends on CONFIG_NUMA. I'm using the patch below to enable sparsemem instead of flatmem. System booted and is running. Signed-off-by: Ingo Molnar <mingo@elte.hu>