summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorMatt Mackall <mpm@selenic.com>2005-03-13 00:26:59 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-03-13 00:26:59 -0800
commitec8a31b1b504d01602f4920faf35f4fd1d63aeb6 (patch)
tree465b189843a2d2bc56bace22f95256cec8ff8804 /init
parent002d476a22f2369922030d10be901d3637474af0 (diff)
[PATCH] CONFIG_BASE_FULL help clarification
Clarify the BASE_FULL help text. Signed-off-by: Matt Mackall <mpm@selenic.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig
index c3cf600f1fed..d0404f9351b5 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -272,7 +272,8 @@ config BASE_FULL
bool "Enable full-sized data structures for core" if EMBEDDED
help
Disabling this option reduces the size of miscellaneous core
- kernel data structures.
+ kernel data structures. This saves memory on small machines,
+ but may reduce performance.
config FUTEX
bool "Enable futex support" if EMBEDDED