[PATCH] x86/asm/entry: Remove user_mode_ignore_vm86()

From: Ingo Molnar
Date: Sun Mar 29 2015 - 05:02:51 EST



* Ingo Molnar <mingo@xxxxxxxxxx> wrote:

> So what the function name wanted to express is something like this:
>
> if (user_mode_vm86_mode_already_checked_so_this_is_marginally_faster_but_dont_use_it_otherwise_because_that_would_be_a_roothole())
> {
> ...
> }
>
> but that name was considered somewhat long.

So how about doing the patch below?

Thanks,

Ingo

===================================>