x86: drop further constant cpu_has_* predicates
authorJan Beulich <jbeulich@suse.com>
Fri, 16 Oct 2015 15:46:47 +0000 (17:46 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 16 Oct 2015 15:46:47 +0000 (17:46 +0200)
commit684ea31309cf83769836c007da00860b3410ddb7
treeba8f389cda4dae272c1ad5753733084047e0844d
parent3638ec1c5cdf48811b18c4059ce339c6a8b278b2
x86: drop further constant cpu_has_* predicates

EFER and SYSCALL are required on x86-64, and I think there's no point
in assuming there might be no TSC. A few other predicates are simply
unused. Of the ones left but constant I'm not convinced we should drop
them; for some of them we may actually better make them non-constant
(see also next patch in this series).

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/acpi/power.c
xen/arch/x86/apic.c
xen/arch/x86/boot/trampoline.S
xen/arch/x86/setup.c
xen/arch/x86/smpboot.c
xen/include/asm-x86/cpufeature.h