Skip to content

Commit

Permalink
mm: Remove "select SRCU"
Browse files Browse the repository at this point in the history
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 <paulmck@kernel.org>
Cc: Andrew Morton
Cc: <linux-mm@kvack.org>
Reviewed-by: John Ogness <john.ogness@linutronix.de>
  • Loading branch information
Paul E. McKenney committed Jan 24, 2023
1 parent 8066039 commit 4e66f36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,6 @@ config BOUNCE

config MMU_NOTIFIER
bool
select SRCU
select INTERVAL_TREE

config KSM
Expand Down

0 comments on commit 4e66f36

Please sign in to comment.