diff options
author | Ingo Molnar <mingo@kernel.org> | 2016-03-16 09:01:55 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2016-03-16 09:01:55 +0100 |
commit | ba4e06d68ea4fd2be401d7226c68941892d6bbaf (patch) | |
tree | a9a7125a8c88ba543e4fcfb907869b97688dee3c /arch/x86/kernel/verify_cpu.S | |
parent | 743146db071c4a828159211a295d12ff4f61752f (diff) | |
parent | 710d60cbf1b312a8075a2158cbfbbd9c66132dcc (diff) | |
download | talos-op-linux-ba4e06d68ea4fd2be401d7226c68941892d6bbaf.tar.gz talos-op-linux-ba4e06d68ea4fd2be401d7226c68941892d6bbaf.zip |
Merge branch 'linus' into x86/urgent, to pick up dependencies for a fix
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/kernel/verify_cpu.S')
-rw-r--r-- | arch/x86/kernel/verify_cpu.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/verify_cpu.S b/arch/x86/kernel/verify_cpu.S index 07efb35ee4bc..014ea59aa153 100644 --- a/arch/x86/kernel/verify_cpu.S +++ b/arch/x86/kernel/verify_cpu.S @@ -30,7 +30,7 @@ * appropriately. Either display a message or halt. */ -#include <asm/cpufeature.h> +#include <asm/cpufeatures.h> #include <asm/msr-index.h> verify_cpu: |