commit | 6b6891f9c545ccd45d6d8ddfd33ce27c22c271a7 | [log] [tgz] |
---|---|---|
author | gorcunov@gmail.com <gorcunov@gmail.com> | Fri Mar 28 17:56:57 2008 +0300 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Apr 17 17:41:33 2008 +0200 |
tree | 3cfd4cfda9363eac5e9126978e3f2d6dd8b55d32 | |
parent | 6093015db2bd9e70cf20cdd23be1a50733baafdd [diff] |
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>