Remove stack unwinder for now
[deliverable/linux.git] / include / asm-i386 / unwind.h
CommitLineData
176a2718
JB
1#ifndef _ASM_I386_UNWIND_H
2#define _ASM_I386_UNWIND_H
3
176a2718 4#define UNW_PC(frame) ((void)(frame), 0)
ea424055 5#define UNW_SP(frame) ((void)(frame), 0)
a32cf397 6#define UNW_FP(frame) ((void)(frame), 0)
176a2718
JB
7
8static inline int arch_unw_user_mode(const void *info)
9{
10 return 0;
11}
12
176a2718 13#endif /* _ASM_I386_UNWIND_H */
This page took 0.088604 seconds and 5 git commands to generate.