x86/l1tf: Fix build error seen if CONFIG_KVM_INTEL is disabled
authorGuenter Roeck <linux@roeck-us.net>
Wed, 15 Aug 2018 15:38:33 +0000 (08:38 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 15 Aug 2018 16:44:38 +0000 (09:44 -0700)
commit1eb46908b35dfbac0ec1848d4b1e39667e0187e9
treebbd734e7dd600063ae6289c847b674ac69ebc57e
parent3529b9703c112279d3c302ba0a941ac3a33daa37
x86/l1tf: Fix build error seen if CONFIG_KVM_INTEL is disabled

allmodconfig+CONFIG_INTEL_KVM=n results in the following build error.

  ERROR: "l1tf_vmx_mitigation" [arch/x86/kvm/kvm.ko] undefined!

Fixes: 5b76a3cff011 ("KVM: VMX: Tell the nested hypervisor to skip L1D flush on vmentry")
Reported-by: Meelis Roos <mroos@linux.ee>
Cc: Meelis Roos <mroos@linux.ee>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/x86/kernel/cpu/bugs.c