diff options
author | Frederic Weisbecker <[email protected]> | 2024-05-15 14:53:30 +0200 |
---|---|---|
committer | Paul E. McKenney <[email protected]> | 2024-06-28 06:44:12 -0700 |
commit | e7a3c8ea6e2509f71150fa13b00da3ef2bbe2387 (patch) | |
tree | 2481c750bbea80424e8fc587a6e63fc64ab46420 /tools/perf/scripts/python/parallel-perf.py | |
parent | 33c0860bf7e7ace39eba96f51cc6d898ab253202 (diff) |
rcu: Remove full memory barrier on boot time eqs sanity check
When the boot CPU initializes the per-CPU data on behalf of all possible
CPUs, a sanity check is performed on each of them to make sure none is
initialized in an extended quiescent state.
This check involves a full memory barrier which is useless at this early
boot stage.
Do a plain access instead.
Signed-off-by: Frederic Weisbecker <[email protected]>
Signed-off-by: Paul E. McKenney <[email protected]>
Reviewed-by: Boqun Feng <[email protected]>
Reviewed-by: Neeraj Upadhyay <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/parallel-perf.py')
0 files changed, 0 insertions, 0 deletions