Jan Beulich | b538ed2 | 2006-06-26 13:57:32 +0200 | [diff] [blame] | 1 | #ifndef _ASM_X86_64_UNWIND_H |
2 | #define _ASM_X86_64_UNWIND_H | ||||
3 | |||||
Andi Kleen | b89ebd0 | 2006-09-26 10:52:42 +0200 | [diff] [blame] | 4 | #define UNW_PC(frame) ((void)(frame), 0UL) |
5 | #define UNW_SP(frame) ((void)(frame), 0UL) | ||||
Jan Beulich | b538ed2 | 2006-06-26 13:57:32 +0200 | [diff] [blame] | 6 | |
7 | static inline int arch_unw_user_mode(const void *info) | ||||
8 | { | ||||
9 | return 0; | ||||
10 | } | ||||
11 | |||||
Jan Beulich | b538ed2 | 2006-06-26 13:57:32 +0200 | [diff] [blame] | 12 | #endif /* _ASM_X86_64_UNWIND_H */ |