From: David Howells Date: Fri, 30 Mar 2012 18:43:11 +0000 (-0700) Subject: ia64: Fixup asm/cmpxchg.h X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=40380f1c7841a5dcbf0b20f0b6da11969211ef77;p=GitHub%2FLineageOS%2FG12%2Fandroid_kernel_amlogic_linux-4.9.git ia64: Fixup asm/cmpxchg.h The empty asm/cmpxchg.h file that was provided as a temporary build fix for the asm/system.h disintgration build problem should really include to make definitions of xchg() and cmpxchg() available. Signed-off-by: David Howells Signed-off-by: Tony Luck Signed-off-by: Linus Torvalds --- diff --git a/arch/ia64/include/asm/cmpxchg.h b/arch/ia64/include/asm/cmpxchg.h index 507c66c77600..4c96187e2049 100644 --- a/arch/ia64/include/asm/cmpxchg.h +++ b/arch/ia64/include/asm/cmpxchg.h @@ -1 +1 @@ -/* Future home of xchg() and cmpxchg() */ +#include