diff options
| -rw-r--r-- | init/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index 9b1adb176ea8..a3f83e2c8250 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
| @@ -450,7 +450,7 @@ config SHMEM | |||
| 450 | 450 | ||
| 451 | config SLAB | 451 | config SLAB |
| 452 | default y | 452 | default y |
| 453 | bool "Use full SLAB allocator" if EMBEDDED | 453 | bool "Use full SLAB allocator" if (EMBEDDED && !SMP && !SPARSEMEM) |
| 454 | help | 454 | help |
| 455 | Disabling this replaces the advanced SLAB allocator and | 455 | Disabling this replaces the advanced SLAB allocator and |
| 456 | kmalloc support with the drastically simpler SLOB allocator. | 456 | kmalloc support with the drastically simpler SLOB allocator. |
