summaryrefslogtreecommitdiffstats
path: root/arch/x86/um/asm/processor_64.h
diff options
context:
space:
mode:
authorAl Viro <viro@ftp.linux.org.uk>2011-08-18 20:10:19 +0100
committerRichard Weinberger <richard@nod.at>2011-11-02 14:15:19 +0100
commitc7ea591c91162a203a5961d69f5c86a6ef9d50c1 (patch)
tree06fd34b8f1b2009c3266b587b6024c62db6920fe /arch/x86/um/asm/processor_64.h
parent3579a389730dd74d9f280152c52aa851dd1da860 (diff)
downloadlinux-c7ea591c91162a203a5961d69f5c86a6ef9d50c1.tar.bz2
um: increase stack growth cushion in pagefault
analog of [PATCH] i386: let usermode execute the "enter" instruction from circa 2006. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/x86/um/asm/processor_64.h')
-rw-r--r--arch/x86/um/asm/processor_64.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/um/asm/processor_64.h b/arch/x86/um/asm/processor_64.h
index 6db812b24f48..0186c61d0a7e 100644
--- a/arch/x86/um/asm/processor_64.h
+++ b/arch/x86/um/asm/processor_64.h
@@ -42,9 +42,6 @@ static inline void arch_copy_thread(struct arch_thread *from,
#define current_text_addr() \
({ void *pc; __asm__("movq $1f,%0\n1:":"=g" (pc)); pc; })
-#define ARCH_IS_STACKGROW(address) \
- (address + 128 >= UPT_SP(&current->thread.regs.regs))
-
#define KSTK_EIP(tsk) KSTK_REG(tsk, RIP)
#define KSTK_ESP(tsk) KSTK_REG(tsk, RSP)