diff options
author | Oleg Nesterov <oleg@redhat.com> | 2015-08-11 17:26:29 +0200 |
---|---|---|
committer | Oleg Nesterov <oleg@redhat.com> | 2015-08-15 13:52:11 +0200 |
commit | bf3eac84c42da7017610abc8cfba64921ea92c76 (patch) | |
tree | c044f252a7340910f2cb7ae18d79bc599568bd5a /arch/Kconfig | |
parent | percpu-rwsem: introduce percpu_rwsem_release() and percpu_rwsem_acquire() (diff) | |
download | linux-bf3eac84c42da7017610abc8cfba64921ea92c76.tar.xz linux-bf3eac84c42da7017610abc8cfba64921ea92c76.zip |
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 'arch/Kconfig')
-rw-r--r-- | arch/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index 8a8ea7110de8..8f3638674e05 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -87,7 +87,6 @@ config KPROBES_ON_FTRACE config UPROBES def_bool n - select PERCPU_RWSEM help Uprobes is the user-space counterpart to kprobes: they enable instrumentation applications (such as 'perf probe') |