x86, um: ... and asm-x86 move
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
13
arch/x86/include/asm/unwind.h
Normal file
13
arch/x86/include/asm/unwind.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef ASM_X86__UNWIND_H
|
||||
#define ASM_X86__UNWIND_H
|
||||
|
||||
#define UNW_PC(frame) ((void)(frame), 0UL)
|
||||
#define UNW_SP(frame) ((void)(frame), 0UL)
|
||||
#define UNW_FP(frame) ((void)(frame), 0UL)
|
||||
|
||||
static inline int arch_unw_user_mode(const void *info)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
#endif /* ASM_X86__UNWIND_H */
|
||||
Reference in New Issue
Block a user