- Update Xen patches to 3.3-rc5 and c/s 1157.
[linux-flexiantxendom0-3.2.10.git] / arch / x86 / include / mach-xen / asm / cmpxchg.h
1 #ifndef _ASM_X86_XEN_CMPXCHG_H
2 #define _ASM_X86_XEN_CMPXCHG_H
3
4 #include_next <asm/cmpxchg.h>
5 #ifdef CONFIG_X86_32
6 # include "cmpxchg_32.h"
7 #else
8 # include "cmpxchg_64.h"
9 #endif
10
11 #endif  /* _ASM_X86_XEN_CMPXCHG_H */