]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86: cleanup - rename VM_MASK to X86_VM_MASK
authorgorcunov@gmail.com <gorcunov@gmail.com>
Fri, 28 Mar 2008 14:56:57 +0000 (17:56 +0300)
committerIngo Molnar <mingo@elte.hu>
Thu, 17 Apr 2008 15:41:33 +0000 (17:41 +0200)
commit6b6891f9c545ccd45d6d8ddfd33ce27c22c271a7
tree3cfd4cfda9363eac5e9126978e3f2d6dd8b55d32
parent6093015db2bd9e70cf20cdd23be1a50733baafdd
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>
arch/x86/kernel/traps_32.c
arch/x86/kernel/vm86_32.c
arch/x86/mm/fault.c
include/asm-x86/ptrace.h
include/asm-x86/vm86.h