x86: get rid of _MASK flags
authorGlauber de Oliveira Costa <gcosta@redhat.com>
Wed, 30 Jan 2008 12:31:27 +0000 (13:31 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:31:27 +0000 (13:31 +0100)
commit053de044411111da00272d1b4e174e7dd743f499
treebe44ae9b0ed878df7b83daa39bb89e01f3fdbe73
parent73018a66e70fa631935192e5ed6ef8fa2d20b22d
x86: get rid of _MASK flags

There's no need for the *_MASK flags (TF_MASK, IF_MASK, etc), found in
processor.h (both _32 and _64). They have a one-to-one mapping with the
EFLAGS value. This patch removes the definitions, and use the already
existent X86_EFLAGS_ version when applicable.

[ roland@redhat.com: KVM build fixes. ]

Signed-off-by: Glauber de Oliveira Costa <gcosta@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/ia32/ia32_signal.c
arch/x86/kernel/kprobes.c
arch/x86/kernel/signal_64.c
arch/x86/kernel/traps_64.c
drivers/kvm/vmx.c
include/asm-x86/kprobes.h
include/asm-x86/processor.h
include/asm-x86/processor_32.h
include/asm-x86/processor_64.h