dect
/
linux-2.6
Archived
13
0
Fork 0

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
<asm/intrinsics.h> to make definitions of xchg() and cmpxchg()
available.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
David Howells 2012-03-30 11:43:11 -07:00 committed by Linus Torvalds
parent 48a46752a9
commit 40380f1c78
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
/* Future home of xchg() and cmpxchg() */
#include <asm/intrinsics.h>