diff options
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index 14c483d2b7c9..1398a14b0191 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -531,7 +531,7 @@ config CGROUP_DEVICE | |||
531 | 531 | ||
532 | config CPUSETS | 532 | config CPUSETS |
533 | bool "Cpuset support" | 533 | bool "Cpuset support" |
534 | depends on SMP && CGROUPS | 534 | depends on CGROUPS |
535 | help | 535 | help |
536 | This option will let you create and manage CPUSETs which | 536 | This option will let you create and manage CPUSETs which |
537 | allow dynamically partitioning a system into sets of CPUs and | 537 | allow dynamically partitioning a system into sets of CPUs and |
@@ -597,6 +597,8 @@ config CGROUP_MEM_RES_CTLR_SWAP | |||
597 | is disabled by boot option, this will be automatically disabled and | 597 | is disabled by boot option, this will be automatically disabled and |
598 | there will be no overhead from this. Even when you set this config=y, | 598 | there will be no overhead from this. Even when you set this config=y, |
599 | if boot option "noswapaccount" is set, swap will not be accounted. | 599 | if boot option "noswapaccount" is set, swap will not be accounted. |
600 | Now, memory usage of swap_cgroup is 2 bytes per entry. If swap page | ||
601 | size is 4096bytes, 512k per 1Gbytes of swap. | ||
600 | 602 | ||
601 | endif # CGROUPS | 603 | endif # CGROUPS |
602 | 604 | ||