diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2015-08-19 05:43:29 +0200 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2015-08-19 05:43:29 +0200 |
commit | 15cf3b7afd94895f86ef10aa313053ad1c0f463d (patch) | |
tree | 813e9bf6ed6fffa02e73458d48af613f18069e9a /arch | |
parent | Linux 4.2-rc7 (diff) | |
parent | change sb_writers to use percpu_rw_semaphore (diff) | |
download | linux-15cf3b7afd94895f86ef10aa313053ad1c0f463d.tar.xz linux-15cf3b7afd94895f86ef10aa313053ad1c0f463d.zip |
Merge branch 'sb_writers_pcpu_rwsem' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc into for-next
Diffstat (limited to 'arch')
-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') |