From: Paul E. McKenney Date: Wed, 23 Nov 2022 02:10:15 +0000 (-0800) Subject: init: Remove "select SRCU" X-Git-Tag: io_uring-6.3-2023-03-03~30^2~1^5~1 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=bc636dcbf1c482f30a5d59415ba43e9907f97840;p=linux-block.git init: Remove "select SRCU" Now that the SRCU Kconfig option is unconditionally selected, there is no longer any point in selecting it. Therefore, remove the "select SRCU" Kconfig statements. Signed-off-by: Paul E. McKenney Cc: Andrew Morton Cc: Nick Desaulniers Cc: Masahiro Yamada Cc: Johannes Weiner Cc: Vlastimil Babka Cc: Nathan Chancellor Cc: Arnd Bergmann Cc: Miguel Ojeda Cc: Masami Hiramatsu Cc: Dmitry Torokhov Cc: Aaron Tomlin Cc: Tejun Heo Cc: Christophe Leroy Reviewed-by: Nick Desaulniers Reviewed-by: John Ogness --- diff --git a/init/Kconfig b/init/Kconfig index 7e5c3ddc341d..af511c726d69 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -1865,7 +1865,6 @@ config PERF_EVENTS default y if PROFILING depends on HAVE_PERF_EVENTS select IRQ_WORK - select SRCU help Enable kernel support for various performance events provided by software and hardware.