aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/lists.py
diff options
context:
space:
mode:
authorPaul E. McKenney <[email protected]>2015-04-19 18:16:02 -0700
committerPaul E. McKenney <[email protected]>2015-05-27 12:56:16 -0700
commite90328b87eeff91574c18815bd6991b03bd6ecc0 (patch)
tree4c5b7d82d6160ab7931fa4bbb79e371c0b909bbe /scripts/gdb/linux/lists.py
parent7d0ae8086b828311250c6afdf800b568ac9bd693 (diff)
mce: Stop using array-index-based RCU primitives
Because mce is arch-specific x86 code, there is little or no performance benefit of using rcu_dereference_index_check() over using smp_load_acquire(). It also turns out that mce is the only place that array-index-based RCU is used, and it would be convenient to drop this portion of the RCU API. This patch therefore changes rcu_dereference_index_check() uses to smp_load_acquire(), but keeping the lockdep diagnostics, and also changes rcu_access_index() uses to READ_ONCE(). Signed-off-by: Paul E. McKenney <[email protected]> Cc: [email protected] Cc: Tony Luck <[email protected]> Acked-by: Borislav Petkov <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/lists.py')
0 files changed, 0 insertions, 0 deletions