mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-04 04:04:19 +00:00
Merge branch 'lkmm.2021.05.10c' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu
Pull lkmm fixlet from Paul E McKenney. Fix missing underscore in Linux-kernel memory model docs. * 'lkmm.2021.05.10c' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu: tools/memory-model: Fix smp_mb__after_spinlock() spelling
This commit is contained in:
commit
da803f82fa
@ -2510,7 +2510,7 @@ they behave as follows:
|
||||
smp_mb__after_atomic() orders po-earlier atomic updates and
|
||||
the events preceding them against all po-later events;
|
||||
|
||||
smp_mb_after_spinlock() orders po-earlier lock acquisition
|
||||
smp_mb__after_spinlock() orders po-earlier lock acquisition
|
||||
events and the events preceding them against all po-later
|
||||
events.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user