Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
1c97f0a04c74196880f22a563134c8f6d0b9d752
/
.
/
arch
/
x86
/
include
/
asm
/
cmpxchg.h
blob: a460fa088d4c0c72810ee714a8aaf7e6789523ca [
file
] [
log
] [
blame
]
Thomas Gleixner
96a388d
2007-10-11 11:20:03 +0200
[
diff
] [
blame
]
1
#ifdef
CONFIG_X86_32
2
# include "cmpxchg_32.h"
3
#else
4
# include "cmpxchg_64.h"
5
#endif