瀏覽代碼

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>
David Howells 13 年之前
父節點
當前提交
40380f1c78
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/ia64/include/asm/cmpxchg.h

+ 1 - 1
arch/ia64/include/asm/cmpxchg.h

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