Skip to content

Commit bc636dc

Browse files
committed
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 <[email protected]> Cc: Andrew Morton <[email protected]> Cc: Nick Desaulniers <[email protected]> Cc: Masahiro Yamada <[email protected]> Cc: Johannes Weiner <[email protected]> Cc: Vlastimil Babka <[email protected]> Cc: Nathan Chancellor <[email protected]> Cc: Arnd Bergmann <[email protected]> Cc: Miguel Ojeda <[email protected]> Cc: Masami Hiramatsu <[email protected]> Cc: Dmitry Torokhov <[email protected]> Cc: Aaron Tomlin <[email protected]> Cc: Tejun Heo <[email protected]> Cc: Christophe Leroy <[email protected]> Reviewed-by: Nick Desaulniers <[email protected]> Reviewed-by: John Ogness <[email protected]>
1 parent dbea8bc commit bc636dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

init/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1865,7 +1865,6 @@ config PERF_EVENTS
18651865
default y if PROFILING
18661866
depends on HAVE_PERF_EVENTS
18671867
select IRQ_WORK
1868-
select SRCU
18691868
help
18701869
Enable kernel support for various performance events provided
18711870
by software and hardware.

0 commit comments

Comments
 (0)