diff options
author | Oleg Nesterov <oleg@redhat.com> | 2015-08-11 11:26:29 -0400 |
---|---|---|
committer | Oleg Nesterov <oleg@redhat.com> | 2015-08-15 07:52:11 -0400 |
commit | bf3eac84c42da7017610abc8cfba64921ea92c76 (patch) | |
tree | c044f252a7340910f2cb7ae18d79bc599568bd5a /init | |
parent | 55cc156505f2e43fa45dbd4bfe8f9c9d848ca44c (diff) |
percpu-rwsem: kill CONFIG_PERCPU_RWSEM
Remove CONFIG_PERCPU_RWSEM, the next patch adds the unconditional
user of percpu_rw_semaphore.
Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index af09b4fb43d2..288c0122c2a5 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -925,7 +925,6 @@ config NUMA_BALANCING_DEFAULT_ENABLED | |||
925 | menuconfig CGROUPS | 925 | menuconfig CGROUPS |
926 | bool "Control Group support" | 926 | bool "Control Group support" |
927 | select KERNFS | 927 | select KERNFS |
928 | select PERCPU_RWSEM | ||
929 | help | 928 | help |
930 | This option adds support for grouping sets of processes together, for | 929 | This option adds support for grouping sets of processes together, for |
931 | use with process control subsystems such as Cpusets, CFS, memory | 930 | use with process control subsystems such as Cpusets, CFS, memory |