X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=init%2FKconfig;h=226da2733c1e7f8a885d8db735f11605136fa103;hb=02f5621042e3f7e2fb6c741cbe5ee7c1f3caf354;hp=86b00c53fadeb833d054fab64d13fb9a0e8d6fde;hpb=63b40456a30912084c90753582137b9e0495c5c3;p=linux-2.6-omap-h63xx.git diff --git a/init/Kconfig b/init/Kconfig index 86b00c53fad..226da2733c1 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -771,8 +771,7 @@ config SLAB help The regular slab allocator that is established and known to work well in all environments. It organizes cache hot objects in - per cpu and per node queues. SLAB is the default choice for - a slab allocator. + per cpu and per node queues. config SLUB bool "SLUB (Unqueued Allocator)" @@ -781,7 +780,8 @@ config SLUB instead of managing queues of cached objects (SLAB approach). Per cpu caching is realized using slabs of objects instead of queues of objects. SLUB can use memory efficiently - and has enhanced diagnostics. + and has enhanced diagnostics. SLUB is the default choice for + a slab allocator. config SLOB depends on EMBEDDED