diff options
author | Dave Hansen <haveblue@us.ibm.com> | 2005-06-23 03:07:50 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-23 12:45:03 -0400 |
commit | 785dcd44b60ec8ede76fed0af54333ab5f3e848c (patch) | |
tree | d928787cd93c608f24a6366d0990cd962a5a0c16 /mm/Kconfig | |
parent | e1785e85b9c81c67b581b511ee4efac6c81e9edb (diff) |
[PATCH] mm/Kconfig: give DISCONTIG more help text
This gives DISCONTIGMEM a bit more help text to explain what it does, not just
when to choose it.
Signed-off-by: Dave Hansen <haveblue@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'mm/Kconfig')
-rw-r--r-- | mm/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mm/Kconfig b/mm/Kconfig index 7d3a0054cba1..8283685f3bb3 100644 --- a/mm/Kconfig +++ b/mm/Kconfig | |||
@@ -23,6 +23,16 @@ config DISCONTIGMEM_MANUAL | |||
23 | bool "Discontigious Memory" | 23 | bool "Discontigious Memory" |
24 | depends on ARCH_DISCONTIGMEM_ENABLE | 24 | depends on ARCH_DISCONTIGMEM_ENABLE |
25 | help | 25 | help |
26 | This option provides enhanced support for discontiguous | ||
27 | memory systems, over FLATMEM. These systems have holes | ||
28 | in their physical address spaces, and this option provides | ||
29 | more efficient handling of these holes. However, the vast | ||
30 | majority of hardware has quite flat address spaces, and | ||
31 | can have degraded performance from extra overhead that | ||
32 | this option imposes. | ||
33 | |||
34 | Many NUMA configurations will have this as the only option. | ||
35 | |||
26 | If unsure, choose "Flat Memory" over this option. | 36 | If unsure, choose "Flat Memory" over this option. |
27 | 37 | ||
28 | endchoice | 38 | endchoice |