Skip to content
Commit 7193b5c4 authored by Al Viro's avatar Al Viro Committed by Arnd Bergmann
Browse files

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: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 47ac09b9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment