From: Ingo Molnar Date: Wed, 13 Apr 2016 09:36:19 +0000 (+0200) Subject: Merge branch 'x86/mm' into x86/asm to resolve conflict and to create common base X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=d8d1c35139481ee8e292d91cd3fd35a6b3a316eb;p=openwrt%2Fstaging%2Fblogic.git Merge branch 'x86/mm' into x86/asm to resolve conflict and to create common base Conflicts: arch/x86/include/asm/cpufeature.h Signed-off-by: Ingo Molnar --- d8d1c35139481ee8e292d91cd3fd35a6b3a316eb diff --cc arch/x86/include/asm/cpufeature.h index 97e5f13ea471,7a3fa7d70bd7..c594e04bf529 --- a/arch/x86/include/asm/cpufeature.h +++ b/arch/x86/include/asm/cpufeature.h @@@ -126,9 -128,15 +126,8 @@@ extern const char * const x86_bug_flags #define cpu_has_aes boot_cpu_has(X86_FEATURE_AES) #define cpu_has_avx boot_cpu_has(X86_FEATURE_AVX) #define cpu_has_avx2 boot_cpu_has(X86_FEATURE_AVX2) - #define cpu_has_pat boot_cpu_has(X86_FEATURE_PAT) -#define cpu_has_clflush boot_cpu_has(X86_FEATURE_CLFLUSH) -#define cpu_has_gbpages boot_cpu_has(X86_FEATURE_GBPAGES) -#define cpu_has_arch_perfmon boot_cpu_has(X86_FEATURE_ARCH_PERFMON) -#define cpu_has_x2apic boot_cpu_has(X86_FEATURE_X2APIC) #define cpu_has_xsave boot_cpu_has(X86_FEATURE_XSAVE) #define cpu_has_xsaves boot_cpu_has(X86_FEATURE_XSAVES) -#define cpu_has_osxsave boot_cpu_has(X86_FEATURE_OSXSAVE) -#define cpu_has_hypervisor boot_cpu_has(X86_FEATURE_HYPERVISOR) /* * Do not add any more of those clumsy macros - use static_cpu_has() for * fast paths and boot_cpu_has() otherwise!