mirror of
https://github.com/torvalds/linux.git
synced 2024-11-19 02:21:47 +00:00
6b7a21140f
Add the definition for smp_rmb(), smp_wmb(), and smp_mb() to the
tools include infrastructure: this patch adds the implementation
for x86-64 and arm64, and have it fall back as currently is for
other archs which do not have it implemented at this point. The
x86-64 one uses lock + add combination for smp_mb() with address
below red zone.
This is on top of
|
||
---|---|---|
.. | ||
asm | ||
uapi/asm |