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)
commita6814a79f2ca09a5e15e69324213dad29a5844ad
treefb631c2f134cdc3603182e38fb1d536f4944dded
parentb18def121f077857ccf92fc620366e19850bc297
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