]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - arch/x86/kvm/vmx.c
x86, flags: Rename X86_EFLAGS_BIT1 to X86_EFLAGS_FIXED
authorH. Peter Anvin <hpa@linux.intel.com>
Sat, 27 Apr 2013 23:10:11 +0000 (16:10 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Tue, 25 Jun 2013 23:25:32 +0000 (16:25 -0700)
commit1adfa76a95fe4444124a502f7cc858a39d5b8e01
tree9c2d630bfde374e46063e549bc1c53833e42ce86
parent2fc016c5bd8aad2e201cdf71b9fb4573f94775bd
x86, flags: Rename X86_EFLAGS_BIT1 to X86_EFLAGS_FIXED

Bit 1 in the x86 EFLAGS is always set.  Name the macro something that
actually tries to explain what it is all about, rather than being a
tautology.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Cc: Rusty Russell <rusty@rustcorp.com.au>
Cc: Gleb Natapov <gleb@redhat.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Link: http://lkml.kernel.org/n/tip-f10rx5vjjm6tfnt8o1wseb3v@git.kernel.org
arch/x86/include/uapi/asm/processor-flags.h
arch/x86/kernel/entry_64.S
arch/x86/kernel/process_32.c
arch/x86/kernel/process_64.c
arch/x86/kvm/vmx.c
drivers/lguest/x86/core.c