mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 02:01:29 +00:00
40380f1c78
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>
2 lines
28 B
C
2 lines
28 B
C
#include <asm/intrinsics.h>
|