linux/arch/xtensa/include
Max Filippov 5eff6ca2e3 xtensa: use "m" constraint instead of "r" in futex.h assembly
Use "m" constraint instead of "r" for the address, as "m" allows
compiler to access adjacent locations using base + offset, while "r"
requires updating the base register every time.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
2019-11-26 11:33:39 -08:00
..
asm xtensa: use "m" constraint instead of "r" in futex.h assembly 2019-11-26 11:33:39 -08:00
uapi/asm mm: introduce MADV_PAGEOUT 2019-09-25 17:51:41 -07:00