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 /lib/Kconfig | |
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 'lib/Kconfig')
-rw-r--r-- | lib/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index 3a2ef67db6c7..f6aa03dc1576 100644 --- a/lib/Kconfig +++ b/lib/Kconfig | |||
@@ -53,9 +53,6 @@ config GENERIC_IO | |||
53 | config STMP_DEVICE | 53 | config STMP_DEVICE |
54 | bool | 54 | bool |
55 | 55 | ||
56 | config PERCPU_RWSEM | ||
57 | bool | ||
58 | |||
59 | config ARCH_USE_CMPXCHG_LOCKREF | 56 | config ARCH_USE_CMPXCHG_LOCKREF |
60 | bool | 57 | bool |
61 | 58 | ||