Files
msm-5.15/include/linux/rcupdate.h
Ingo Molnar 02ac822b3d BACKPORT: 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>

Fixes: 273bbfc4d7 ("BACKPORT: printk: stop including cache.h from printk.h")
(cherry picked from commit e6339d3b443c436c3b8f45eefec2212a8c07065d)
Change-Id: I99290b2608f5374fb818697a244f09c93400ad9c
Signed-off-by: Elliot Berman <quic_eberman@quicinc.com>
2022-11-09 07:28:29 +00:00

36 KiB