[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <db1f4e74c5ab15369647.1200592641@cinder.waste.org>
Date: Thu, 17 Jan 2008 11:57:21 -0600
From: Matt Mackall <mpm@...enic.com>
To: Andrew Morton <apkm@...ux-foundation.com>
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH 3 of 3] slob: correct Kconfig description
Signed-off-by: Matt Mackall <mpm@...enic.com>
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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists