diff options
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2017-05-15 23:57:01 +0200 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2017-06-09 03:52:42 +0200 |
commit | bd8cc5a062f41e334596edbe823e2fa0adddd1b7 (patch) | |
tree | d484e0604f4bd8634f21bde4ba19edd1f6879873 /kernel/rcu/Makefile | |
parent | srcu: Fix rcutorture-statistics typo (diff) | |
download | linux-bd8cc5a062f41e334596edbe823e2fa0adddd1b7.tar.xz linux-bd8cc5a062f41e334596edbe823e2fa0adddd1b7.zip |
srcu: Remove Classic SRCU
Classic SRCU was only ever intended to be a fallback in case of issues
with Tree/Tiny SRCU, and the latter two are doing quite well in testing.
This commit therefore removes Classic SRCU.
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Diffstat (limited to 'kernel/rcu/Makefile')
-rw-r--r-- | kernel/rcu/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/rcu/Makefile b/kernel/rcu/Makefile index 23803c7d5180..3945337c8ce4 100644 --- a/kernel/rcu/Makefile +++ b/kernel/rcu/Makefile @@ -3,7 +3,6 @@ KCOV_INSTRUMENT := n obj-y += update.o sync.o -obj-$(CONFIG_CLASSIC_SRCU) += srcu.o obj-$(CONFIG_TREE_SRCU) += srcutree.o obj-$(CONFIG_TINY_SRCU) += srcutiny.o obj-$(CONFIG_RCU_TORTURE_TEST) += rcutorture.o |