> Gitweb:
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=6b6891...
> Commit: 6b6891f9c545ccd45d6d8ddfd33ce27c22c271a7
> Parent: 6093015db2bd9e70cf20cdd23be1a50733baafdd
> Author:
gorcunov@gmail.com <gorcunov@gmail.com>
> AuthorDate: Fri Mar 28 17:56:57 2008 +0300
> Committer: Ingo Molnar <mingo@elte.hu>
> CommitDate: Thu Apr 17 17:41:33 2008 +0200
>
> x86: cleanup - rename VM_MASK to X86_VM_MASK
>
> This patch renames VM_MASK to X86_VM_MASK (which
> in turn defined as alias to X86_EFLAGS_VM) to better
> distinguish from virtual memory flags. We can't just
> use X86_EFLAGS_VM instead because it is also used
> for conditional compilation
>
> Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
> Signed-off-by: Ingo Molnar <mingo@elte.hu>