diff options
author | David Howells <dhowells@redhat.com> | 2012-03-30 11:43:11 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-03-30 12:34:07 -0700 |
commit | 40380f1c7841a5dcbf0b20f0b6da11969211ef77 (patch) | |
tree | 7c3ecf31e740ae8129f0d6c33fc4a55181b03e62 /arch/ia64 | |
parent | 48a46752a9a43c9bd106cc9798ee511feef5b7e6 (diff) | |
download | talos-obmc-linux-40380f1c7841a5dcbf0b20f0b6da11969211ef77.tar.gz talos-obmc-linux-40380f1c7841a5dcbf0b20f0b6da11969211ef77.zip |
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>
Diffstat (limited to 'arch/ia64')
-rw-r--r-- | arch/ia64/include/asm/cmpxchg.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <asm/intrinsics.h> |