commit | 06ed6b34448dd7090a9782f7c160312dd5230d73 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Mon Apr 08 17:43:37 2024 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sat Aug 17 13:59:28 2024 -0400 |
tree | c03108aceccf1e8e14c2e68c993a65efc733958e | |
parent | 8400291e289ee6b2bf9779ff1c83a291501f017b [diff] |
alpha: no need to include asm/xchg.h twice We used to generate different helpers for local and full {cmp,}xchg(); these days the barriers are in arch_{cmp,}xchg() instead and generated helpers are identical for local and full cases. No need for those parametrized includes of asm/xchg.h - we might as well insert its contents directly in asm/cmpxchg.h and do it only once. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>