- Update Xen patches to 3.3-rc5 and c/s 1157.
[linux-flexiantxendom0-3.2.10.git] / arch / x86 / include / mach-xen / asm / cmpxchg_64.h
1 #ifndef _ASM_X86_XEN_CMPXCHG_64_H
2 #define _ASM_X86_XEN_CMPXCHG_64_H
3
4 static inline u64 get_64bit(const volatile u64 *ptr)
5 {
6         return *ptr;
7 }
8
9 #define get_64bit_local get_64bit
10
11 #endif /* _ASM_X86_XEN_CMPXCHG_64_H */