x86: sanitize pathes arch/x86/kernel/cpu/Makefile
[deliverable/linux.git] / include / asm-x86_64 / unwind.h
CommitLineData
b538ed27
JB
1#ifndef _ASM_X86_64_UNWIND_H
2#define _ASM_X86_64_UNWIND_H
3
b89ebd0b
AK
4#define UNW_PC(frame) ((void)(frame), 0UL)
5#define UNW_SP(frame) ((void)(frame), 0UL)
b538ed27
JB
6
7static inline int arch_unw_user_mode(const void *info)
8{
9 return 0;
10}
11
b538ed27 12#endif /* _ASM_X86_64_UNWIND_H */
This page took 0.156462 seconds and 5 git commands to generate.