Skip to content

Commit

Permalink
ia64: Fixup asm/cmpxchg.h
Browse files Browse the repository at this point in the history
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
<asm/intrinsics.h> to make definitions of xchg() and cmpxchg()
available.

Signed-off-by: David Howells <[email protected]>
Signed-off-by: Tony Luck <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
dhowells authored and torvalds committed Mar 30, 2012
1 parent 48a4675 commit 40380f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/ia64/include/asm/cmpxchg.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/* Future home of xchg() and cmpxchg() */
#include <asm/intrinsics.h>

0 comments on commit 40380f1

Please sign in to comment.