diff options
author | Matt Mackall <mpm@selenic.com> | 2008-02-04 22:29:38 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-05 09:44:19 -0800 |
commit | 3729145821e3088a0c3c4183037fde356204bf97 (patch) | |
tree | d95b23e7b718936e63f7cf46e3b2c26cf3bc9af8 /init | |
parent | 20cecbae44528d347c46e71f40650b75e0dcbc8e (diff) | |
download | op-kernel-dev-3729145821e3088a0c3c4183037fde356204bf97.zip op-kernel-dev-3729145821e3088a0c3c4183037fde356204bf97.tar.gz |
slob: correct Kconfig description
Signed-off-by: Matt Mackall <mpm@selenic.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/init/Kconfig b/init/Kconfig index aaa7e7d..87f50df 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -656,11 +656,9 @@ config SLOB depends on EMBEDDED bool "SLOB (Simple Allocator)" help - SLOB replaces the SLAB allocator with a drastically simpler - allocator. SLOB is more space efficient than SLAB but does not - scale well (single lock for all operations) and is also highly - susceptible to fragmentation. SLUB can accomplish a higher object - density. It is usually better to use SLUB instead of SLOB. + SLOB replaces the stock allocator with a drastically simpler + allocator. SLOB is generally more space efficient but + does not perform as well on large systems. endchoice |