Huang Rui
7e01ebffff
x86/asm: Drop repeated macro of X86_EFLAGS_AC definition
...
We just need one macro of X86_EFLAGS_AC_BIT and X86_EFLAGS_AC.
Signed-off-by: Huang Rui <ray.huang@amd.com >
Cc: Andy Lutomirski <luto@amacapital.net >
Cc: Borislav Petkov <bp@suse.de >
Cc: Fengguang Wu <fengguang.wu@intel.com >
Cc: Fenghua Yu <fenghua.yu@intel.com >
Cc: Linus Torvalds <torvalds@linux-foundation.org >
Cc: Peter Zijlstra <peterz@infradead.org >
Cc: Thomas Gleixner <tglx@linutronix.de >
Cc: Tony Li <tony.li@amd.com >
Cc: Tony Luck <tony.luck@intel.com >
Link: http://lkml.kernel.org/r/1440669844-21535-1-git-send-email-ray.huang@amd.com
Signed-off-by: Ingo Molnar <mingo@kernel.org >
2015-08-28 07:33:34 +02:00
H. Peter Anvin
d1fbefcb3a
x86, processor-flags: Fix the datatypes and add bit number defines
...
The control registers are unsigned long (32 bits on i386, 64 bits on
x86-64), and so make that manifest in the data type for the various
constants. Add defines with a _BIT suffix which defines the bit
number, as opposed to the bit mask.
This should resolve some issues with ~bitmask that Linus discovered.
Reported-by: Linus Torvalds <torvalds@linux-foundation.org >
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com >
Link: http://lkml.kernel.org/n/tip-cwckhbrib2aux1qbteaebij0@git.kernel.org
2013-06-25 16:26:06 -07:00
H. Peter Anvin
afcbf13fa6
x86: Rename X86_CR4_RDWRGSFS to X86_CR4_FSGSBASE
...
Rename X86_CR4_RDWRGSFS to X86_CR4_FSGSBASE to match the SDM.
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com >
Cc: Marcelo Tosatti <mtosatti@redhat.com >
Cc: Gleb Natapov <gleb@redhat.com >
Link: http://lkml.kernel.org/n/tip-buq1evi5dpykxx7ak6amaam0@git.kernel.org
2013-06-25 16:26:06 -07:00
H. Peter Anvin
1adfa76a95
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
2013-06-25 16:25:32 -07:00
David Howells
af170c5061
UAPI: (Scripted) Disintegrate arch/x86/include/asm
...
Signed-off-by: David Howells <dhowells@redhat.com >
Acked-by: Arnd Bergmann <arnd@arndb.de >
Acked-by: Thomas Gleixner <tglx@linutronix.de >
Acked-by: Michael Kerrisk <mtk.manpages@gmail.com >
Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com >
Acked-by: Dave Jones <davej@redhat.com >
2012-12-14 22:37:13 +00:00