blob: 02710f6a45609054ca56b7102a14470495abe7ad [file] [log] [blame]
Jan Beulichb538ed22006-06-26 13:57:32 +02001#ifndef _ASM_X86_64_UNWIND_H
2#define _ASM_X86_64_UNWIND_H
3
Andi Kleenb89ebd02006-09-26 10:52:42 +02004#define UNW_PC(frame) ((void)(frame), 0UL)
5#define UNW_SP(frame) ((void)(frame), 0UL)
Jan Beulichb538ed22006-06-26 13:57:32 +02006
7static inline int arch_unw_user_mode(const void *info)
8{
9 return 0;
10}
11
Jan Beulichb538ed22006-06-26 13:57:32 +020012#endif /* _ASM_X86_64_UNWIND_H */