From: Paul E. McKenney Date: Fri, 24 Mar 2023 20:52:48 +0000 (-0700) Subject: mm: Remove "select SRCU" X-Git-Tag: v6.4-rc1~200^2~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=54a32d29dd6dcbec7fd9db60a6526166efd5288f;p=thirdparty%2Flinux.git 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 Cc: Andrew Morton Cc: Reviewed-by: John Ogness Signed-off-by: Joel Fernandes (Google) --- diff --git a/mm/Kconfig b/mm/Kconfig index 4751031f3f052..ebfe5796adf83 100644 --- a/mm/Kconfig +++ b/mm/Kconfig @@ -686,7 +686,6 @@ config BOUNCE config MMU_NOTIFIER bool - select SRCU select INTERVAL_TREE config KSM