diff options
-rw-r--r-- | init/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index 247084be0590..63c67de99c10 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -1598,7 +1598,7 @@ endchoice | |||
1598 | 1598 | ||
1599 | config SLUB_CPU_PARTIAL | 1599 | config SLUB_CPU_PARTIAL |
1600 | default y | 1600 | default y |
1601 | depends on SLUB | 1601 | depends on SLUB && SMP |
1602 | bool "SLUB per cpu partial cache" | 1602 | bool "SLUB per cpu partial cache" |
1603 | help | 1603 | help |
1604 | Per cpu partial caches accellerate objects allocation and freeing | 1604 | Per cpu partial caches accellerate objects allocation and freeing |