commit | 5208ba24e7826519d310474dedaed2f84b0ab6a0 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Fri Dec 14 01:50:19 2012 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Dec 19 18:07:39 2012 -0500 |
tree | 096a174031c17e47128918da5d8b609c886ca5e0 | |
parent | ae903caae267154de7cf8576b130ff474630596b [diff] [blame] |
missing user_stack_pointer() instances for the architectures that have usp in pt_regs and do not have user_stack_pointer() already defined. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/arch/x86/um/asm/ptrace.h b/arch/x86/um/asm/ptrace.h index 75513325..54f8102 100644 --- a/arch/x86/um/asm/ptrace.h +++ b/arch/x86/um/asm/ptrace.h
@@ -86,4 +86,5 @@ unsigned long __user *addr); #endif +#define user_stack_pointer(regs) PT_REGS_SP(regs) #endif /* __UM_X86_PTRACE_H */