summaryrefslogtreecommitdiffstats
path: root/include/asm-x86_64/unwind.h
blob: 02710f6a45609054ca56b7102a14470495abe7ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _ASM_X86_64_UNWIND_H
#define _ASM_X86_64_UNWIND_H

#define UNW_PC(frame) ((void)(frame), 0UL)
#define UNW_SP(frame) ((void)(frame), 0UL)

static inline int arch_unw_user_mode(const void *info)
{
	return 0;
}

#endif /* _ASM_X86_64_UNWIND_H */
OpenPOWER on IntegriCloud