aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorAndy Lutomirski <luto@kernel.org>2015-03-18 21:33:34 -0400
committerIngo Molnar <mingo@kernel.org>2015-03-23 06:14:33 -0400
commit7a2806741e7327a6b20ccef42e8d56588cb2fef5 (patch)
treee4112469466488715a5727ea3e798ebab902ceff /arch
parentf39b6f0ef855a38ea17329a4e621ff97750dfcc2 (diff)
x86/asm/entry: Remove user_mode_vm()
It has no callers anymore. Signed-off-by: Andy Lutomirski <luto@kernel.org> Cc: Borislav Petkov <bp@alien8.de> Cc: Brad Spengler <spender@grsecurity.net> Cc: Denys Vlasenko <dvlasenk@redhat.com> Cc: H. Peter Anvin <hpa@zytor.com> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Thomas Gleixner <tglx@linutronix.de> Link: http://lkml.kernel.org/r/a594afd6a0bddb1311bd7c92a15201c87fbb8681.1426728647.git.luto@kernel.org Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/include/asm/ptrace.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/x86/include/asm/ptrace.h b/arch/x86/include/asm/ptrace.h
index 70c439f9071b..d20bae298852 100644
--- a/arch/x86/include/asm/ptrace.h
+++ b/arch/x86/include/asm/ptrace.h
@@ -113,11 +113,6 @@ static inline int user_mode(struct pt_regs *regs)
113#endif 113#endif
114} 114}
115 115
116static inline int user_mode_vm(struct pt_regs *regs)
117{
118 return user_mode(regs);
119}
120
121/* 116/*
122 * This is the fastest way to check whether regs come from user space. 117 * This is the fastest way to check whether regs come from user space.
123 * It is unsafe if regs might come from vm86 mode, though -- in vm86 118 * It is unsafe if regs might come from vm86 mode, though -- in vm86