From 40380f1c7841a5dcbf0b20f0b6da11969211ef77 Mon Sep 17 00:00:00 2001 From: David Howells Date: Fri, 30 Mar 2012 11:43:11 -0700 Subject: [PATCH] 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 --- arch/ia64/include/asm/cmpxchg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/ia64/include/asm/cmpxchg.h b/arch/ia64/include/asm/cmpxchg.h index 507c66c7760..4c96187e204 100644 --- a/arch/ia64/include/asm/cmpxchg.h +++ b/arch/ia64/include/asm/cmpxchg.h @@ -1 +1 @@ -/* Future home of xchg() and cmpxchg() */ +#include -- 2.11.4.GIT