Signed-off-by: Matt Mackall <[EMAIL PROTECTED]>

diff -r eff994add207 -r db1f4e74c5ab init/Kconfig
--- a/init/Kconfig      Wed Jan 16 18:14:29 2008 -0600
+++ b/init/Kconfig      Wed Jan 16 18:14:29 2008 -0600
@@ -648,11 +648,9 @@
        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
 
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to