diff options
author | Borislav Petkov <bp@suse.de> | 2018-03-01 16:13:36 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2018-03-08 10:22:57 +0100 |
commit | c996f3802006a585a6c3f8eaa73e375330efc0e7 (patch) | |
tree | 8c82d8ef9d64dac49974251e45b32276176eaf7d /arch/x86/kvm/vmx.c | |
parent | 1b88accf6a659c46d5c8e68912896f112bf882bb (diff) | |
download | op-kernel-dev-c996f3802006a585a6c3f8eaa73e375330efc0e7.zip op-kernel-dev-c996f3802006a585a6c3f8eaa73e375330efc0e7.tar.gz |
x86/MSR: Move native_* variants to msr.h
... where they belong.
No functional change.
Signed-off-by: Borislav Petkov <bp@suse.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Darren Kenny <darren.kenny@oracle.com>
Cc: kvm@vger.kernel.org
Link: https://lkml.kernel.org/r/20180301151336.12948-1-bp@alien8.de
Diffstat (limited to 'arch/x86/kvm/vmx.c')
-rw-r--r-- | arch/x86/kvm/vmx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c index 051dab7..ee5ed44 100644 --- a/arch/x86/kvm/vmx.c +++ b/arch/x86/kvm/vmx.c @@ -51,7 +51,6 @@ #include <asm/apic.h> #include <asm/irq_remapping.h> #include <asm/mmu_context.h> -#include <asm/microcode.h> #include <asm/nospec-branch.h> #include "trace.h" |