From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756695AbcDDU2f (ORCPT ); Mon, 4 Apr 2016 16:28:35 -0400 Received: from mail.skyhub.de ([78.46.96.112]:47998 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756609AbcDDUZG (ORCPT ); Mon, 4 Apr 2016 16:25:06 -0400 From: Borislav Petkov To: X86 ML Cc: LKML Subject: [PATCH 00/10] x86/cpufeature: Bye bye cpu_has_YYY Date: Mon, 4 Apr 2016 22:24:53 +0200 Message-Id: <1459801503-15600-1-git-send-email-bp@alien8.de> X-Mailer: git-send-email 2.7.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Borislav Petkov Here are the final 10. cpu_has_YYY is gone now. Good riddance. I have a bunch of misc cleanups on top, will send them tomorrow. Thanks. Borislav Petkov (10): x86/cpufeature: Remove cpu_has_avx2 x86/cpufeature: Remove cpu_has_aes x86/cpufeature: Remove cpu_has_avx x86/cpufeature: Remove cpu_has_xmm x86/cpufeature: Remove cpu_has_fpu x86/cpufeature: Remove cpu_has_tsc x86/cpufeature: Remove cpu_has_apic x86/cpufeature: Remove cpu_has_fxsr x86/cpufeature: Remove cpu_has_xsave x86/cpufeature: Remove cpu_has_xsaves arch/x86/crypto/aesni-intel_glue.c | 2 +- arch/x86/crypto/camellia_aesni_avx2_glue.c | 4 +++- arch/x86/crypto/camellia_aesni_avx_glue.c | 4 +++- arch/x86/crypto/chacha20_glue.c | 3 ++- arch/x86/crypto/poly1305_glue.c | 3 ++- arch/x86/crypto/serpent_avx2_glue.c | 2 +- arch/x86/crypto/sha1_ssse3_glue.c | 2 +- arch/x86/crypto/sha256_ssse3_glue.c | 2 +- arch/x86/crypto/sha512_ssse3_glue.c | 2 +- arch/x86/events/core.c | 2 +- arch/x86/ia32/ia32_signal.c | 2 +- arch/x86/include/asm/cpufeature.h | 15 --------------- arch/x86/include/asm/irq_work.h | 2 +- arch/x86/include/asm/tsc.h | 2 +- arch/x86/include/asm/xor_32.h | 2 +- arch/x86/include/asm/xor_avx.h | 4 ++-- arch/x86/kernel/acpi/boot.c | 8 ++++---- arch/x86/kernel/apic/apic.c | 30 +++++++++++++++--------------- arch/x86/kernel/apic/apic_noop.c | 4 ++-- arch/x86/kernel/apic/io_apic.c | 2 +- arch/x86/kernel/apic/ipi.c | 2 +- arch/x86/kernel/apic/vector.c | 2 +- arch/x86/kernel/cpu/amd.c | 4 ++-- arch/x86/kernel/cpu/common.c | 2 +- arch/x86/kernel/cpu/cyrix.c | 2 +- arch/x86/kernel/cpu/intel.c | 2 +- arch/x86/kernel/cpu/mcheck/mce_intel.c | 2 +- arch/x86/kernel/cpu/mcheck/therm_throt.c | 2 +- arch/x86/kernel/devicetree.c | 2 +- arch/x86/kernel/fpu/bugs.c | 2 +- arch/x86/kernel/fpu/core.c | 12 ++++++------ arch/x86/kernel/fpu/init.c | 16 ++++++++-------- arch/x86/kernel/fpu/regset.c | 21 ++++++++++++--------- arch/x86/kernel/fpu/xstate.c | 18 +++++++++--------- arch/x86/kernel/signal.c | 4 ++-- arch/x86/kernel/smpboot.c | 2 +- arch/x86/kernel/tsc.c | 12 ++++++------ arch/x86/kvm/cpuid.c | 2 +- arch/x86/kvm/vmx.c | 2 +- arch/x86/kvm/x86.c | 16 ++++++++-------- arch/x86/oprofile/nmi_int.c | 2 +- arch/x86/pci/xen.c | 2 +- drivers/cpufreq/longhaul.c | 2 +- drivers/input/joystick/analog.c | 6 +++--- drivers/iommu/irq_remapping.c | 2 +- drivers/net/hamradio/baycom_epp.c | 8 ++++---- 46 files changed, 120 insertions(+), 126 deletions(-) -- 2.7.3