mm: 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 <paulmck@kernel.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: <linux-mm@kvack.org>
Reviewed-by: John Ogness <john.ogness@linutronix.de>
Signed-off-by: Joel Fernandes (Google) <joel@joelfernandes.org>
This commit is contained in:
Paul E. McKenney 2023-03-24 13:52:48 -07:00 committed by Joel Fernandes (Google)
parent e035e8876e
commit 54a32d29dd
1 changed files with 0 additions and 1 deletions

View File

@ -686,7 +686,6 @@ config BOUNCE
config MMU_NOTIFIER
bool
select SRCU
select INTERVAL_TREE
config KSM