]> git.baikalelectronics.ru Git - kernel.git/commit
rcu/tree_plugin: Don't handle the case of 'all' CPU range
authorYury Norov <yury.norov@gmail.com>
Wed, 21 Apr 2021 03:13:26 +0000 (20:13 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Mon, 10 May 2021 22:38:20 +0000 (15:38 -0700)
commit56fc4acbb3c6757f5f3d5cd65bfb2cad74c43f03
treefb631c2f134cdc3603182e38fb1d536f4944dded
parent02e615b0036fafd3a048547b78876f3657c12860
rcu/tree_plugin: Don't handle the case of 'all' CPU range

The 'all' semantics is now supported by the bitmap_parselist() so we can
drop supporting it as a special case in RCU code.  Since 'all' is properly
supported in core bitmap code, also drop legacy comment in RCU for it.

This patch does not make any functional changes for existing users.

Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Yury Norov <yury.norov@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
kernel/rcu/tree_plugin.h