rcu: Remove __read_mostly annotations from rcu_scheduler_active externs
authorIngo Molnar <mingo@kernel.org>
Sat, 15 Jan 2022 00:16:55 +0000 (16:16 -0800)
committerPaul E. McKenney <paulmck@kernel.org>
Mon, 14 Feb 2022 18:36:58 +0000 (10:36 -0800)
commite6339d3b443c436c3b8f45eefec2212a8c07065d
tree078fff0145e5d050cfa439e351f13b032ffb926d
parent58d4292bd037b01fbb940a5170817f7d40caa9d5
rcu: Remove __read_mostly annotations from rcu_scheduler_active externs

Remove the __read_mostly attributes from the rcu_scheduler_active
extern declarations, because these attributes are ignored for
prototypes and we'd have to include the full <linux/cache.h> header
to gain this functionally pointless attribute defined.

Signed-off-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
include/linux/rcupdate.h
include/linux/rcutree.h