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>
This commit is contained in:
parent
f39b6f0ef8
commit
7a2806741e
1 changed files with 0 additions and 5 deletions
|
@ -113,11 +113,6 @@ static inline int user_mode(struct pt_regs *regs)
|
|||
#endif
|
||||
}
|
||||
|
||||
static inline int user_mode_vm(struct pt_regs *regs)
|
||||
{
|
||||
return user_mode(regs);
|
||||
}
|
||||
|
||||
/*
|
||||
* This is the fastest way to check whether regs come from user space.
|
||||
* It is unsafe if regs might come from vm86 mode, though -- in vm86
|
||||
|
|
Loading…
Reference in a new issue