inotify: fix race
[linux-2.6.22.y-op.git] / include / asm-x86_64 / unwind.h
blob02710f6a45609054ca56b7102a14470495abe7ad
1 #ifndef _ASM_X86_64_UNWIND_H
2 #define _ASM_X86_64_UNWIND_H
4 #define UNW_PC(frame) ((void)(frame), 0UL)
5 #define UNW_SP(frame) ((void)(frame), 0UL)
7 static inline int arch_unw_user_mode(const void *info)
9 return 0;
12 #endif /* _ASM_X86_64_UNWIND_H */